How to find the Frequency domain features of a Signal using MATLAB

조회 수: 1 (최근 30일)
C PRASAD
C PRASAD 2022년 3월 17일
clc
clear all
close all
[tm,signal,Fs,labels]=rdmat('emg_helathy');
figure,plot(signal)
I have read this file and plot it and I would like to fina the frequcny domain featutes of the signal like Waveform length,Mean Frequency,Median frequency,Mean of peaks,Standard deviation of peaks,Frequency ration,Peak frequency,Frequency Energy using MATLAB.Please help me to solve this

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by