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

 채택된 답변

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

추가 답변 (1개)

카테고리

Community Treasure Hunt

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

Start Hunting!

Translated by