フィルターのクリア

How to connect the two signals in one signal in MATLAB Simulink? I mean first signal finishes second signal starts.

15 ビュー (過去 30 日間)
I want to combine the three signals in the circle in red with the signals in the circle in yellow, so that the signs in the red color end in the display and the signs in the yellow circle start in the display. how I do that? Any answer is appreciated...
  2 件のコメント
Les Beckham
Les Beckham 2020 年 12 月 27 日
Is the transition determined by a specific point in simulation time or a specific value of one of the two signals?
amenah Muwafaq
amenah Muwafaq 2020 年 12 月 28 日
編集済み: amenah Muwafaq 2020 年 12 月 28 日
Hi, Les Beckham
the transition is determined by a specific point in simulation time.
what I doing? please...

サインインしてコメントする。

回答 (1 件)

Jim Riggs
Jim Riggs 2020 年 12 月 27 日
You description of the problem is confusing to me, bu the statement in the title
"first signal finishes second signal starts"
suggests to me that you might want a "merge" block. This is exactly what the merge block was designed for.
This block accepts two inputs and outputs the active input. There are two requirements;
Both input signals must be the same type.
Only one signal can be active.
If this is not right, please clarrify what you are looiking for.
  6 件のコメント
Walter Roberson
Walter Roberson 2020 年 12 月 29 日
Signals do not "end" in Simulink unless they are in a subsystem that gets disabled.
Are you wanting to produce a series of frames from your rgb source, and then after the last of the series gets displayed, switch the rgb off and switch the YCrCb source on?
Are you wanting to interleave frames, one from the rgb source then one from the YCrCb source?
Are you wanting to display a single frame that has the rgb source on top and the YCrCb source below it? Or left / right instead of top/bottom?
amenah Muwafaq
amenah Muwafaq 2020 年 12 月 29 日
My design is as follows, read a video, use (Frame to Stream) block, to convert the frame into a stream, divide the stream into two halves, then do a specific treatment on each half of the stream. At the end, I want to link the two halves of the stream like the original stream and use the (Stream to Frame) block to convert the stream to a frame and then Show the video
My problem is how to link two streams into one stream the same as the original stream.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeInteractive Model Editing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by