GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Public Member Functions | List of all members
NotchFilter Class Reference
Inheritance diagram for NotchFilter:
GNSSBlockInterface

Public Member Functions

 NotchFilter (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
 
std::string role ()
 
std::string implementation ()
 Returns "Notch_Filter". More...
 
size_t item_size ()
 
void connect (gr::top_block_sptr top_block)
 
void disconnect (gr::top_block_sptr top_block)
 
gr::basic_block_sptr get_left_block ()
 
gr::basic_block_sptr get_right_block ()
 
- 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...
 

Detailed Description

Definition at line 35 of file notch_filter.h.

Member Function Documentation

◆ implementation()

std::string NotchFilter::implementation ( )
inlinevirtual

Returns "Notch_Filter".

Implements GNSSBlockInterface.

Definition at line 50 of file notch_filter.h.


The documentation for this class was generated from the following file: