can anyone tell me how to completely supress a signal above a particular threshold

1 次查看(过去 30 天)
if the threshold is 0.2 and i would like to supress the signal that is above that range but not only till the threshold ..for eg if the amplitude of signal is 0.4 i would like to get it to 0

回答(1 个)

Walter Roberson
Walter Roberson 2013-3-5
TheSignal(TheSignal > threshold) = 0;

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by