FFT is shown on the additional panel
This commit is contained in:
4
csdr.py
4
csdr.py
@ -198,6 +198,10 @@ class dsp:
|
||||
def get_secondary_demodulator(self):
|
||||
return self.secondary_demodulator
|
||||
|
||||
def set_secondary_fft_size(self,secondary_fft_size):
|
||||
#to change this, restart is required
|
||||
self.secondary_fft_size=secondary_fft_size
|
||||
|
||||
def set_audio_compression(self,what):
|
||||
self.audio_compression = what
|
||||
|
||||
|
Reference in New Issue
Block a user