How can i merge the signals from the sensors into 1 signal ?

조회 수: 3 (최근 30일)
Andrew Naeem
Andrew Naeem 2022년 10월 19일
댓글: Jim Riggs 2022년 10월 28일
i need to merge these two signal into one signal , i tried to add signal conversion but i dont understand how should i connect it properly

답변 (2개)

Jim Riggs
Jim Riggs 2022년 10월 24일
The merge block is not used to combine signals - it is used to select one of two triggered signals. The two inputs are signals that are conditionally on (such as the output of a triggered subsystem) and only one of the two signals can be active at any time. The output of the merge block is the active signal.
To "combine" the two into one signal, you will need to be more specific on what kind of signal "combination" you want, since there are many types of signal tansformations available.

Andrew Naeem
Andrew Naeem 2022년 10월 27일
I don't the types of signla transformation, but i just want to combine in one signal into the scope
  댓글 수: 3
Andrew Naeem
Andrew Naeem 2022년 10월 28일
I need to add them, could i do that by the sum block ?

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

카테고리

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

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by