Feeds
질문
pls help me shortened my code.. i really need your help. .Especially in the if elseif statement.
here's what i have. Fs = 8000; t = 0.25; n =1:ceil(t*Fs); tone1 = sin(2*pi*(697/Fs)*n) + sin(2*pi*(1209/Fs)*n)...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
Hi Everyone! I'm trying to have a for loop that will repeat the question when the input value is greater than or less than to required value
here's what i have: Fs = 8000; t =0.5; n=[1:ceil(t*Fs)]; T1 = sin(2*pi*(697/Fs)*n) + sin(2*pi*(1209/Fs)*n); ...
10년 초과 전 | 답변 수: 2 | 0
