potential design mistake impedance measurement block
5 次查看(过去 30 天)
显示 更早的评论
Hi Matlab Support Team and everyone,
when the impedance meas. block is connected to a bus with two inducative load connected to the same bus the frequency results becomes very strange.
Please give it a try and build a simple network. tow inductors in parallel and the impedance measurment block will calrify my concern.
Thanks in advance.
#
0 个评论
采纳的回答
Asvin Kumar
2020-4-8
Looks good to me.
Here’s the model I’ve tried with identical Parallel RLC branches having values: R = 1e9 Ohm, L = (1e-1)/(2*pi) H, C = 1e-12 F.
Here are the results I’ve got for the parallel case and singular case:
Both these results match theoretical expectations.
You might have missed adding a large resistance across the nodes of the Impedance Measurement Block. Omitting this resistance distorts the Impedance and Phase responses. Have a look at the Limitations of the block at https://www.mathworks.com/help/physmod/sps/powersys/ref/impedancemeasurement.html
It reads:
If you plan to connect the Impedance Measurement block in series with an inductance, a current source, or any nonlinear element, you must add a large resistor across the terminals of the block, because the Impedance Measurement block is simulated as a current source block.
I have attached the model I used to verify this with this Answer. Have a look.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 General Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!