Feeds
提问
How can I verify my code ?
This is my code : Fs = 16000;Channels = 1; bits = 16; r= audioread('myWAVaudiofile.wav'); duration = 3; sound (r,Fs,bits); ...
4 years 前 | 1 个回答 | 0
1
个回答提问
How can I convert while loop to for loop?
This is the loop while i<=5 E_(i)= x(i).^2; if i==1 disp(['The amount of energy at fundamental harmonic is: ' num2str(E_(i))...
4 years 前 | 1 个回答 | 0
