zero crossing in sound signal
2 ビュー (過去 30 日間)
古いコメントを表示
is there a bulit in function for zero crossing in sound signal and if there isn't can you teach me one
0 件のコメント
回答 (1 件)
Gita
2012 年 10 月 21 日
Write your code using diff and sign functions
3 件のコメント
Walter Roberson
2012 年 10 月 22 日
Consider the case of successive approximations to a square wave by adding more frequencies. The "top" of the square wave starts sinusoidal with low frequencies, and the relative period and amplitude of the sinusoids gets lower and lower, with the top more and more closely approximating a straight line to the level of our visual acuity. But at any stage before the infinite, examine with sufficient resolution and you will still see many increases and decreases on a local level along the top. None of those increases or decreases has anything to do with zero crossing of the signal.
Thus, purely local algorithms (including local smoothers) cannot be used to detect zero crossings with any reliability.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!