philip
Followers: 0 Following: 0
Feeds
已回答
Plotting audio signal with number of samples
% Read the .wav file [y, fs] = audioread('your_file.wav'); % Extract the first 5000 samples samples = y(1:5000); % Creat...
Plotting audio signal with number of samples
% Read the .wav file [y, fs] = audioread('your_file.wav'); % Extract the first 5000 samples samples = y(1:5000); % Creat...
1 year 前 | 0