does the signal toolbox not available in cody? i think this one failed is not my problem because in my code, the chirp function is not involved.
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))
|
Select every other element of a vector
20343 Solvers
Increment a number, given its digits
562 Solvers
The Hitchhiker's Guide to MATLAB
2874 Solvers
74 Solvers
199 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!