mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +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:
		| @@ -45,6 +45,14 @@ | |||||||
|  |  | ||||||
| class ConfigurationInterface; | 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 | class FirFilter: public GNSSBlockInterface | ||||||
| { | { | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez