Age | Commit message (Collapse) | Author |
|
This was done to make this have the same performance as float_dotprod from before. This makes all flavors of the 32f dotprod work the same way.
Because it's expecting the input to have 4x more samples than specified, it's making qa for these fail.
|
|
Removing unecessary d_offset counter from fir_filter.
|
|
This makes the volk version of the SSE FIR filter the same speed as using the hand-crafted float_dotprod from before.
|
|
|
|
Has working QA code but needs significant performance improvements.
|
|
|
|
class that is not a gr_block.
|
|
initialization and setting taps of PFB blocks.
Converted pfb_channelizer_ccf over to new parent class. Passes QA.
|
|
|
|
|
|
Only fff and ccc versions so far. Needs work on Volk to be followed from fir_filter.
|
|
|
|
|
|
|
|
|
|
|
|
Renamed gr_remez to pm_remez here. Added QA code and fixed coding style.
|
|
|
|
Addes QA code in both Python and C++.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
filters of different kinds.
The GR blocks are templated now and call from fir_filters for the volk-specific implemenation.
Note the modification to build_utils.py to accomodate these changes.
|
|
First example compares old filter in gr to new one in filter.
|
|
decimation.
|
|
|
|
this is cleaner.
We also probably don't need the link_directories (according to the cmake guys, this is no longer necessary).
|
|
Builds but does not bring in libgnuradio-fft.so symbols.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|