![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
This class adapts a GNU Radio gr_fir_filter designed with pm_remez. More...
#include <fir_filter.h>
Public Member Functions | |
| FirFilter (const ConfigurationInterface *configuration, std::string role, unsigned int in_streams, unsigned int out_streams) | |
| Constructor. More... | |
| ~FirFilter ()=default | |
| Destructor. More... | |
| std::string | role () override |
| std::string | implementation () override |
| Returns "Fir_Filter". More... | |
| size_t | item_size () override |
| void | connect (gr::top_block_sptr top_block) override |
| void | disconnect (gr::top_block_sptr top_block) override |
| gr::basic_block_sptr | get_left_block () override |
| gr::basic_block_sptr | get_right_block () override |
Public Member Functions inherited from GNSSBlockInterface | |
| virtual gr::basic_block_sptr | get_left_block (int RF_channel) |
| virtual gr::basic_block_sptr | get_right_block (int RF_channel) |
| virtual void | start () |
| Start the flow of samples if needed. More... | |
This class adapts a GNU Radio gr_fir_filter designed with pm_remez.
See Parks-McClellan FIR filter design, https://en.wikipedia.org/wiki/Parks-McClellan_filter_design_algorithm Calculates the optimal (in the Chebyshev/minimax sense) FIR filter impulse response given a set of band edges, the desired response on those bands, and the weight given to the error in those bands.
Definition at line 59 of file fir_filter.h.
| FirFilter::FirFilter | ( | const ConfigurationInterface * | configuration, |
| std::string | role, | ||
| unsigned int | in_streams, | ||
| unsigned int | out_streams | ||
| ) |
Constructor.
|
default |
Destructor.
|
inlineoverridevirtual |
1.8.14