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

Added comment on how to use (g_fil_ppf.wb_factor-1 - P) to try impact of reversed.

parent b9b12a89
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ begin
generic map (
g_fil_ppf => c_fil_ppf_arr(P),
g_fil_ppf_pipeline => g_fil_ppf_pipeline,
g_file_index_arr => c_file_index_arr2(P),
g_file_index_arr => c_file_index_arr2(P), -- use (g_fil_ppf.wb_factor-1 - P) to try impact of reversed WB FIR coefficients
g_coefs_file_prefix => g_coefs_file_prefix
)
port map (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment