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))
|
835 Solvers
Sum all integers from 1 to 2^n
8419 Solvers
Back to basics 8 - Matrix Diagonals
782 Solvers
Find best placement for ordered dominoes (harder)
205 Solvers
How many monitors are connected ?
127 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!