1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-27 15:33:15 +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:
Carles Fernandez 2012-06-16 22:32:43 +00:00
parent d467874a40
commit 0cc9a67b47

View File

@ -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
{