Documentation or code details of signal.internal.getToneFromPSD that was called in snr.m
조회 수: 7 (최근 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!