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))
|
1327 Solvers
Remove the polynomials that have positive real elements of their roots.
629 Solvers
232 Solvers
Find the sum of the elements in the "second" diagonal
994 Solvers
Calculate the area of a triangle between three points
875 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!