can anyone help me how should i start with muscle fatigue analysis from the following data

댓글 수: 3

DGM
DGM 2021년 11월 30일
편집: DGM 2021년 11월 30일
I'm not at all familiar with BME stuff, but that sounds rather nonspecific.
Unless this task is something which is routine and well-defined enough to be obvious to those familiar with the subject matter, it's probably best to start with specific questions.
A start might be to get the data imported. This would give you a table.
Ta = readtable('Fatigue_A.txt');
or maybe it would be more convenient to process things as a matrix?
Ta = readmatrix('Fatigue_A.txt');
Manav Divekar
Manav Divekar 2021년 11월 30일
if i have to use this table to fast fourier transfer (fft) how can i do that?
DGM
DGM 2021년 12월 1일
Again, I don't know what's required in this context. I imagine you'll need some preprocessing.
You might be able to do some stuff with sptool() or Signal Analyzer App.
Anyone more familiar with the topic is free to add an answer.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Vibration Analysis에 대해 자세히 알아보기

제품

릴리스

R2021b

질문:

2021년 11월 30일

댓글:

DGM
2021년 12월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by