Documentation or code details of signal.internal.getToneFromPSD that was called in snr.m
2 次查看(过去 30 天)
显示 更早的评论
How or where can I find the details of the function "signal.internal.getToneFromPSD" that was called in "snr.m" of the signal processing toolbox?
0 个评论
采纳的回答
Honglei Chen
2017-12-11
It is in the internal package, as indicated by the name signal.internal.*. This means that the function is only intended for internal usage. Therefore this function is not documented and can be changed in the future. As to the details, it's a MATLAB file so you can look at it in the editor.
HTH
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!