![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
This class adapts a gnuradio gr_freq_xlating_fir_filter designed with pm_remez. More...
#include <freq_xlating_fir_filter.h>
Public Member Functions | |
| FreqXlatingFirFilter (const ConfigurationInterface *configuration, std::string role, unsigned int in_streams, unsigned int out_streams) | |
| std::string | role () override |
| std::string | implementation () override |
| Returns "Freq_Xlating_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 gnuradio gr_freq_xlating_fir_filter designed with pm_remez.
Construct a FIR filter with the given taps and a composite frequency translation that shifts intermediate_freq_ down to zero Hz. The frequency translation logically comes before the filtering operation.
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 58 of file freq_xlating_fir_filter.h.
|
inlineoverridevirtual |
Returns "Freq_Xlating_Fir_Filter".
Implements GNSSBlockInterface.
Definition at line 73 of file freq_xlating_fir_filter.h.
1.8.14