ziyujia / Signal-feature-extraction_DE-and-PSD

Code for extracting DE (differential entropy) and PSD (power spectral density) feature of signals.
72 stars 11 forks source link

The paramter "stft_para.stftn" #4

Open Virnapot opened 1 year ago

Virnapot commented 1 year ago

The paramter "stft_para.stftn" means that the frequency domain sampling rate. In the code, the author defined as follow for i in range(0,len(stft_para['fStart'])): fStartNum[i]=int(fStart[i]/fs*STFTN) fEndNum[i]=int(fEnd[i]/fs*STFTN) I cant understand the meaning of this code. what is the difference of the paramter “stft_para.stftn" and "stft_para.fs".

Nazmunkhan08 commented 2 months ago

I am also having same issues mentioned above. Would you find the differences between them?