필터 지우기
필터 지우기

Why does SimRF give wrong results with impedance mismatch?

조회 수: 7 (최근 30일)
Daniel H
Daniel H 2018년 2월 27일
답변: Wang 2018년 11월 19일
I take a modified example from SimRF:
model_ce = 'simrf_xline_ce';
load_system(model_ce)
open_system([model_ce '/Input Signal']);
All I am chaning is the Rsrc=0, Zload=0 Ohm and adding a line from the beginning of the transmission line:
This is a nice presents a perfect impedance mismatch: The pulse would be reflected entirely at Zload and sent back to the source with opposite polarity. What I expect to see is a pulse of duration 2*Ts = 200ns. Instead, I just see exactly the same pulse as the source pulse:
It seems SimRF does not model reflection properly.
Is this the case or do I get anything wrong?

답변 (1개)

Wang
Wang 2018년 11월 19일
i met same issue in this.
I even added a 100H inductor. the result was same as.

카테고리

Help CenterFile Exchange에서 Circuit Envelope Simulation에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by