Problem 150. chirp again
Solution Stats
Problem Comments
-
3 Comments
The test suite needs to be updated since the function chirp is no longer available. Moreover, most solutions use chirp, which was not recommended at the problem description and would render them false. On the other hand, the problem description also needs to be updated, it is not clear what the function "rise smoothly like an aircraft taking off from ground" is . Anyway, the few solutions that don't use chirp use sin, which is probably the right way to go. However, looking at the documentation of chirp, one may find several different functions to achieve a possible result and none of them is sin.
For the moment, this has become a hacking problem, until the author fixes it.
There is an error in the test suite of the exercise that has to be fixed. As it is now, it does not work with any solution.
Solution Comments
-
1 Comment
The function chirp(), which is used in the test suite, is in the Signal Processing Toolbox, and is not available to Cody.
-
1 Comment
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.
Problem Recent Solvers32
Suggested Problems
-
Maximum running product for a string of numbers
1738 Solvers
-
297 Solvers
-
257 Solvers
-
342 Solvers
-
194 Solvers
More from this Author100
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!