This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

"call_dsplib" input files description?

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.