Pysiology
Pysiology copied to clipboard
Problem with function [def getPSD(rawEMGSignal, samplerate):]
The window type in the scipy library does not have hanning and needs to be changed to hann.
Otherwise, an error will be reported. The following are the corrected results.