Open mtslazarin opened 4 years ago
I believe the SignalObj.timeSignal data should be kept in full range values and have the calibration factor applied only for visualization purposes, e.g. .plot_time(), .plot_freq(), etc.
SignalObj.timeSignal
.plot_time()
.plot_freq()
Thus, there will be no need for removing the calibration.
I believe the
SignalObj.timeSignal
data should be kept in full range values and have the calibration factor applied only for visualization purposes, e.g..plot_time()
,.plot_freq()
, etc.Thus, there will be no need for removing the calibration.