mirror of
				https://github.com/brmlab/osmo-tetra.git
				synced 2025-10-31 15:33:59 +01:00 
			
		
		
		
	fix first decimation value for FCD devices
thanks to Stefan Mandl for bringing up this issue.
This commit is contained in:
		
							parent
							
								
									148973da6e
								
							
						
					
					
						commit
						1d569bbd62
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -70,8 +70,6 @@ class top_block(grc_wxgui.top_block_gui): | |||
|     else: | ||||
|         first_decim = 10 | ||||
| 
 | ||||
|     self.offset = 0 | ||||
| 
 | ||||
|     taps = firdes.low_pass(1.0, sample_rate, options.low_pass, options.low_pass * 0.2, firdes.WIN_HANN) | ||||
|     self.tuner = filter.freq_xlating_fir_filter_ccf(first_decim, taps, self.offset, sample_rate) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dimitri Stolnikov
						Dimitri Stolnikov