Browse Source

Nochmal pushen

master
Heiko Ommert 3 years ago
parent
commit
299f82da2f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      TinnitusAnalyse/SoundGenerator.py

+ 1
- 1
TinnitusAnalyse/SoundGenerator.py View File

@@ -230,7 +230,7 @@ class Sound:
# ax[1].grid()
# plt.show()

b, a = signal.iirnotch(rf, Q, fs=self.music_samplerate)
if rl != 0.0:
musicRechts = signal.lfilter(b, a, self.music_data[:, 1]) # rechts
else:

Loading…
Cancel
Save