summaryrefslogtreecommitdiff
path: root/mq.py
diff options
context:
space:
mode:
Diffstat (limited to 'mq.py')
-rw-r--r--mq.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mq.py b/mq.py
index 44af0cc..b5835dc 100644
--- a/mq.py
+++ b/mq.py
@@ -62,7 +62,6 @@ class MQPeakDetection(simpl.PeakDetection):
current_mag > next_mag):
p = simpl.Peak()
p.amplitude = current_mag
- p.bin_number = bin - 1
p.frequency = (bin - 1) * self._fundamental
p.phase = np.angle(spectrum[bin-1])
current_peaks.append(p)