I'm new to Matlab and would like to create a moving window for average for contraction force against time data set. Would appreciate any help

조회 수: 1 (최근 30일)
hi i'm new to Matlab and would like to create a moving window for average for contraction force against time data set. Would appreaciate any help

답변 (1개)

Tala
Tala 2022년 3월 29일
I am not sure if I understand what you need! If you want to calculate the moving avarage, try this.
M = movmean(yoursignal,k);
k is the number of point in your window
  댓글 수: 2
Natalia  Karikoga
Natalia Karikoga 2022년 3월 30일
Thank you for your response, I’ve tried that. let me try rephrase my question I’m trying to create a moving window for a data set of force against time.
Tala
Tala 2022년 3월 30일
your question is not clear (at least to me :) ). Moving window could take several shapes based on your need. you could reshape your signal. I suggest explain what you wanna do in more details, so you could get a better help

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

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by