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 件)

製品

リリース

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