- Divide the signal into various segments. Then, estimate the rpm over each segment, and concatenate those rpm estimates.
- Coarsen the frequency resolution to reduce FFT length, and then compensate the ridge estimation accuracy by specifying enough ridge points and penalty values. This can be done using the name-value pairs for this function such as "FrequencyResolution" and "FrequencyPenalty", as pointed out in the function's documentation page.
How can I speed up the calculation time for the "rpmtrack" function?
2 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2018-2-23
回答: MathWorks Support Team
2018-2-27
I am using the "rpmtrack" function in the MATLAB R2018a prerelease. When my "x" signal input has ~ 10e5 elements, the "rpmtrack" function takes 15 minutes to run. If my "x" input signal has ~ 10e4 elements, it only takes a couple minutes to run. Is there any way I can decrease the run time of this function when inputting a vector with 10e5 elements?
采纳的回答
MathWorks Support Team
2018-2-23
There are a couple methods of speeding up the computation time of the "rpmTrack" function:
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!