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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -