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
-
3149 Solvers
-
Project Euler: Problem 4, Palindromic numbers
1041 Solvers
-
Back to basics 4 - Search Path
367 Solvers
-
Make an awesome ramp for a tiny motorcycle stuntman
652 Solvers
-
Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
222 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!