Hello.
Where can we get an explanation of usage input files for digital filters assembled in call_dsplib example?
For example, DSPF_sp_fir_gen. Basicly, we have understanded how use this filter, but we can't understand next content of "fir_gen_input.txt"
> # y
> @fir_gen_input_y.txt
> # nh
> !16
> # ny
> !8192
And what for used "fir_gen_input_y.txt" file? In original it filled by zeros.
Thank you.