Problem 150. chirp again
rise frequency linearly from 0 to frequency f in 1 second and fs samples, initial amplitude must rise smoothly like an aircraft taking off from ground, your code should not duplicate the test code. should be accurate at least six digits.
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
Show commentsProblem Recent Solvers32
Suggested Problems
-
the fly, the train, the second train, and their Zeno's paradox
70 Solvers
-
Matrix indexing with two vectors of indices
722 Solvers
-
8516 Solvers
-
408 Solvers
-
Possible Outcomes of American Roulette
118 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!