GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
NotchFilterLite Class Reference
Inheritance diagram for NotchFilterLite:
GNSSBlockInterface

Public Member Functions

 NotchFilterLite (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
std::string role ()
std::string implementation ()
 Returns "Notch_Filter_Lite".
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.

Detailed Description

Definition at line 35 of file notch_filter_lite.h.

Member Function Documentation

◆ connect()

void NotchFilterLite::connect ( gr::top_block_sptr top_block)
virtual

Implements GNSSBlockInterface.

◆ disconnect()

void NotchFilterLite::disconnect ( gr::top_block_sptr top_block)
virtual

Implements GNSSBlockInterface.

◆ get_left_block()

gr::basic_block_sptr NotchFilterLite::get_left_block ( )
virtual

Implements GNSSBlockInterface.

◆ get_right_block()

gr::basic_block_sptr NotchFilterLite::get_right_block ( )
virtual

Implements GNSSBlockInterface.

◆ implementation()

std::string NotchFilterLite::implementation ( )
inlinevirtual

Returns "Notch_Filter_Lite".

Implements GNSSBlockInterface.

Definition at line 50 of file notch_filter_lite.h.

◆ item_size()

size_t NotchFilterLite::item_size ( )
inlinevirtual

Implements GNSSBlockInterface.

Definition at line 55 of file notch_filter_lite.h.

◆ role()

std::string NotchFilterLite::role ( )
inlinevirtual

Implements GNSSBlockInterface.

Definition at line 44 of file notch_filter_lite.h.


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