projecthorus / horus-gui

Project Horus Telemetry Decoder
GNU General Public License v3.0
33 stars 8 forks source link

div by zero #12

Open shenki opened 3 years ago

shenki commented 3 years ago
horus-gui/horusgui/fft.py:62: RuntimeWarning: divide by zero encountered in log10
  _fft = 20 * np.log10(
horus-gui/horusgui/fft.py:67: RuntimeWarning: divide by zero encountered in log10
  _dbfs = 20*np.log10(raw_data.max())