Hi!
You can calculate Bessel filter coefficients (for IIR
filter) if you have Advanced analisys library, that contains many
useful functions for DSP (and more).
If you really need to evaluate Bessel function, Duncan is rigth, Numerical Recipes in C is the answer!
Only take care that you have to include Numerical Recipes
header files, which are listed in the book appendix (if I'm not
wrong...). I already used NR functions, in a former project, and
it was quite great.
I don't know if DSP toolkit (an add-on for LabWindows,
http://sine.ni.com/nips/cds/view/p/lang/it/nid/11123
) contains functions regarding this.... maybe you should ask NI!
I didn't find at a first look a complete list of functions....
Hope it helps!
graziano