필터 지우기
필터 지우기

How can I falsely increase the frequency of acquisition of a signal?

조회 수: 2 (최근 30일)
Hello,
I have to confront a 50 Hz (20 ms of period) pressure signal with a 5 Hz temperature signal (200 ms of period) to calculate the density. I would like to create 10 repeats of one temperature value. I was thinking to use a for cycle but I don't know how. Can anyone give me some suggestions? Thank you!

채택된 답변

Star Strider
Star Strider 2022년 5월 12일
I do not clearly understand what you want to do.
However, if you want both signals to have the same sampling frequency, use the resample function on one of them (preferably the one with the higher sampling frequency to resample it to a lower sampling frequency).
If you want to repeat one of the signals, use the repmat function.
  댓글 수: 4
Guglielmo Giambartolomei
Guglielmo Giambartolomei 2022년 5월 12일
Dear Star Strider,
I used the repelem function and it works!
I thank you very much!
Guglielmo

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by