Skip to content
Snippets Groups Projects
Commit fe0f2552 authored by Aaron Viets's avatar Aaron Viets
Browse files

lal_complexfirbank: fix handling of high frequency gaps

-the code needs to know how many input samples are needed to drain enough of the history for there to be nothing but 0s remaining.  to determine the amount of non-zero history, instead of counting contiguous non-zero samples from the start of the history count contiguous zero samples from the end and subtract from the total.
parent e8e6b613
No related branches found
No related tags found
No related merge requests found
Loading
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