NolanTrem / KeywordSpotting

Code to test feature extractor and backend classifier parameters of KWS systems.
2 stars 0 forks source link

Removing warning flags in feature extractor #3

Closed NolanTrem closed 2 years ago

NolanTrem commented 2 years ago

Removing the following error would allow for a much cleaner run of the feature extractor:

In DynamicSystem.checkLsimInputs (line 104) In DynamicSystem/lsim (line 67) In fn_fex (line 13) In DatasetFeatureExtraction (line 86)In run (line 91) Warning: The input signal is undersampled. Use a sampling period smaller than 6.1e-05.

NolanTrem commented 2 years ago

Removed using the following line: warning('off','Control:analysis:LsimUndersampled'); % Turns off undersampling warning