Statistics
2 Questions
0 Answers
RANK
255,929
of 300,365
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,933
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,262
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 2 answers | 0
