필터 지우기
필터 지우기

Using max value to normalize data

조회 수: 15 (최근 30일)
Justin
Justin 2023년 12월 4일
답변: Image Analyst 2023년 12월 4일
Conducting analysis on EMG data of bicep with varying contraction levels. Instruction is to "normalize the low-filtered data by max EMG value when muscle is active in 100% MVC trial". Already created time vector, removed offset by detrend, filtered by 3rd order bandpass and rectified data, then lowpass filter by 3rd order to smooth data. Everything done on the 100% contraction data. How to complete instruction?

답변 (1개)

Image Analyst
Image Analyst 2023년 12월 4일
Use rescale to rescale a matrix from min to max to whatever range you want:
signal = rescale(signal, 0, 1);

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by