Clear Filters
Clear Filters

can anyone help me to supress the high amplitude part and only keeep low amplitude part in the signal below

1 view (last 30 days)
i have a signal with small amplitude and another signal with larger amplitude but the signal is continuous and its amplitude is changing all the time ,can anyone tell me how to supress the signal with larger amplitude...i would have attached the figure but i can find out how to attach the figure

Accepted Answer

Youssef  Khmou
Youssef Khmou on 4 Mar 2013
Edited: Youssef Khmou on 4 Mar 2013
hi, do you have two separate signals or both of them combined into one signle ? you can re scale the Large signal by multiplying it with factor <1 , until its convenient . Or you can normalize it :
%s=s/max(s);

More Answers (1)

Rahul
Rahul on 4 Mar 2013
both of them are comined in to one signals

Categories

Find more on Measurements and Feature Extraction in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!