Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Rahul
Rahul le 5 Mar 2013
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

Réponses (1)

Walter Roberson
Walter Roberson le 5 Mar 2013
TheSignal(TheSignal > threshold) = 0;

Catégories

En savoir plus sur Signal Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by