demux
조회 수: 6 (최근 30일)
이전 댓글 표시
Hi every body, I have 2 impulses. The second impulse comes after the first one 30ns. I multiplexed 2 impulse to 1 line at the modulation side. Now, I don't know how to seperate and get each impulse drive to each demodulater using simulink blocks. Please help me. Thank you very much.
댓글 수: 0
답변 (1개)
Seth Popinchalk
2011년 4월 27일
If your multiplex operation is using the SUM block, you will have a hard time separating the impulses. It may be possible to detect the first impulse, then trigger processing of the second impulse a fixed time later. Stateflow has temporal operators that can be used to express such an algorithm.
If you used the MUX block in Simulink, you can use the DEMUX to get the elements of the vector.
참고 항목
카테고리
Help Center 및 File Exchange에서 Schedule Model Components에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!