Skip to content

Bypass FIR filter#95

Closed
nHackel wants to merge 5 commits intomasterfrom
bypass
Closed

Bypass FIR filter#95
nHackel wants to merge 5 commits intomasterfrom
bypass

Conversation

@nHackel
Copy link
Collaborator

@nHackel nHackel commented Jun 19, 2025

No description provided.

fir_taps = 92
cicDelay = (((dec/2-1)/2*cic_stages))/dec
firDelay = ((fir_taps-1)/2)/2
cicDelay = correct_cic_delay ? ((((dec/2-1)/2*cic_stages))/dec) : 0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the FIR filter is deactivated the cic delay has to be calculated without the initial division by two of the decimation: (dec-1)/2*cic_stages/dec

@jusack
Copy link
Collaborator

jusack commented Jul 9, 2025

Code is included in #96

@jusack jusack closed this Jul 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants