potential design mistake impedance measurement block
5 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Asvin Kumar
on 8 Apr 2020
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.
More Answers (0)
See Also
Categories
Find more on General Applications in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!