mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 19:50:34 +00:00
Added documentation
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@197 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
parent
d467874a40
commit
0cc9a67b47
@ -45,6 +45,14 @@
|
||||
|
||||
class ConfigurationInterface;
|
||||
|
||||
/*!
|
||||
* \brief This class adapts a GNU Radio gr_fir_filter designed with gr_remez
|
||||
*
|
||||
* See Parks-McClellan FIR filter design, http://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.
|
||||
*/
|
||||
class FirFilter: public GNSSBlockInterface
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user