analogdevicesinc / ad936x-filter-wizard

MATLAB-based FIR filter design
Other
50 stars 40 forks source link

Update auto HB selection to use correct rates #32

Closed tfcollins closed 5 years ago

tfcollins commented 5 years ago

This PR updates the autoselect_rates function within cook_input to use the correct MIN/MAX rates when determining decimation/interpolation settings. Previously checks were invalid and minimal rates would end up selected based on the input data rate.

Brute force testing 520 kHz to 61.44 MHz input rates have created valid configurations.

Signed-off-by: Travis Collins travis.collins@analog.com

rgetz commented 5 years ago

thanks for fixing