필터 지우기
필터 지우기

Aligning 2 Signals as a function of third signal

조회 수: 1 (최근 30일)
Shekhar Vats
Shekhar Vats 2021년 8월 2일
댓글: Star Strider 2021년 8월 4일
I have two signals which are from the same data, at same data logging frequency, source and need to be aligned. Say Temperature 1 and Temperature 2.
Temperature 1 and Temperature2 are logging gas temperature at different locations. As the gas flow will change, the lag between the two measurement devices will change.
I am trying to get help with a transfer function such that
Temperature2(ii) = Temperature1(ii + b*gas flow) so this will dynamically shift the indicies of variable Temperature1 according to the gas flow.
When flow is above a certain threshold, coefficienct b will be a low value while when flow is low, b will be a larger number showing the transport delay
Note: I am using temperature for as an example for the signals.

채택된 답변

Star Strider
Star Strider 2021년 8월 2일
I am not certain what you want to do.
See if the alignsignals function will do what you want. Another option may be findsignal.
.
  댓글 수: 6
Shekhar Vats
Shekhar Vats 2021년 8월 4일
so, i finally decided to use the advection equationand it solved the problem for the transport delay.
you answer was inline with my question so i am accepting the answer.
thank you for the help.
Star Strider
Star Strider 2021년 8월 4일
Thank you!
As always, my pleasure!
.

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by