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

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

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);

Categories

Find more on Signal Processing Toolbox 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!