Skip to content
Snippets Groups Projects
Commit edbf4059 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Corrected parameters for filter/fil_ppf_w.

parent b6b00a66
No related branches found
No related tags found
1 merge request!112Resolve L2SDP-375
...@@ -164,9 +164,12 @@ peripherals: ...@@ -164,9 +164,12 @@ peripherals:
- peripheral_name: filter/fil_ppf_w - peripheral_name: filter/fil_ppf_w
parameter_overrides: parameter_overrides:
- { name: g_nof_taps, value: c_N_taps } - { name: g_fil_ppf.wb_factor, value: 1 } # process at sample rate (so no parallel wideband factor)
- { name: g_nof_bands, value: c_N_fft } - { name: g_fil_ppf.nof_chan, value: 0 } # process at sample rate (so no serial time multiplexing)
- { name: g_coef_dat_w, value: c_W_fir_coef } - { name: g_fil_ppf.nof_bands, value: c_N_fft }
- { name: g_fil_ppf.nof_taps, value: c_N_taps }
- { name: g_fil_ppf.nof_streams, value: 1 }
- { name: g_fil_ppf.coef_dat_w, value: c_W_fir_coef }
mm_port_names: mm_port_names:
- RAM_FIL_COEFS - RAM_FIL_COEFS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment