Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
accu=10^6;
f = 10000; fs=48000; your_chirp=round(chirping(f,fs)*accu)/accu;
y_correct = round(chirp(0:1/fs:1-1/fs, 0,1,f,'linear',-90)*accu)/accu;
assert(isequal(your_chirp,y_correct))
|
2 | Fail |
accu=10^6;
f = 3650; fs=44000; your_chirp=round(chirping(f,fs)*accu)/accu;
y_correct = round(chirp(0:1/fs:1-1/fs, 0,1,f,'linear',-90)*accu)/accu;
assert(isequal(your_chirp,y_correct))
|
1836 Solvers
594 Solvers
Reverse the elements of an array
687 Solvers
81 Solvers
185 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!