Why does SimRF give wrong results with impedance mismatch?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/170803/image.png)
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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/170804/image.png)
It seems SimRF does not model reflection properly.
Is this the case or do I get anything wrong?
0 comentarios
Respuestas (1)
Wang
el 19 de Nov. de 2018
i met same issue in this.
I even added a 100H inductor. the result was same as.
0 comentarios
Ver también
Categorías
Más información sobre Circuit Envelope Simulation en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!