Strengthening the low amplitude signal using Matlab WITHOUT changing the original shape of the signal -



Strengthening the low amplitude signal using Matlab WITHOUT changing the original shape of the signal -

i have problem in signal processing matlab. analyze signal using matlab there huge difference between amplitude of signals. problem shape of signal in low amplitude similar shape of signal in high amplitude. analyse signal, have have same range amplitude signal. how can have without destroying shape , properties of signal? sorry couldn't send illustration plot clear that.

something like:

signal1; signal2; signal1=(signal1- min(signal1(:))/(max(signal1(:))-min(signal1(:))) signal2=(signal2- min(signal2(:))/(max(signal2(:))-min(signal2(:))) % both signals 0-1 range

without more info can offer!

matlab

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -