Registered Member
|
newb here. Is there any eigen3 code that could help with 1D FIR filtering?
|
Registered Member
|
See viewtopic.php?f=74&t=97365&p=205603&hilit=fir#p205585 which may be some help.
|
Registered Member
|
Hi,
I cannot yet share the code I have for that, sorry. But please take into account this: 1) a circular buffer does not necessarily move memory circularly at each update step 2) the circular buffers I know of do not provide linear access to data. (no lin access = performance killer). What you have to do is get or implement a linear access circular buffer. When, in the fir filter, you need to compute, you just have to Eigen::Map the coefficients and the right part of the circular buffer. It works *great*. Cheers, Romain
rbossart, proud to be a member of KDE forums since 2008-Dec.
|
Registered users: Baidu [Spider], Bing [Bot], Google [Bot], rblackwell