What is the algorithm used by tfridge?

10 次查看(过去 30 天)
Hello Community,
I would like to use tfridge to do some ridge tracing in my data. It seems to work reasonably well, but I cannot find any information on what the underlying algorithm is. Does anyone have any ideas? It's difficult to optimize and describe in a methods section otherwise.
Cheers, Michael

回答(1 个)

Wilson A N
Wilson A N 2018-4-9
It seems that MathWorks has restricted the implementation details of tfridge function mainly because it is proprietary information.
However, you can see the implementation for many functions just by using
edit <functionName>.m
  3 个评论
Wilson A N
Wilson A N 2018-4-10
编辑:Wilson A N 2018-4-10
You can see the code for extractRidges by typing the following command:
>> edit signalwavelet.extractRidges
You can also arrive at the same place by stepping into the extractRidges function using the MATLAB Debugger.
I hope the above helps
MJ
MJ 2018-9-11
I had the same question. From the answers above I have tried but it seems impossible to find more details once reach "edit signalwavelet.extractcurve". I get it, it is due to proprietary information. But just wonder if there is any update for reference paper (or patent info) related to the algorithm used for this function, just for citation purpose. Thank you.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by