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
Post a Comment