I want to get IIR bessel filter a and b coefficients, but I get all zeros as b. I used
Bessel_CascadeCoef(sampling_freq,lower_cutoff, upper_cutoff, filterInfo );
CascadeToDirectCoef (filterInfo,a,ORDER+1,b,ORDER+1);
with all defined variables.
The old style function does the same (Bessel_coef()).