center tapping of transformer
Show older comments
suppose i need a transformer with 2 primary windings and 1 secondary winding. which transformer block should i use ? can anyone answer me on this
Accepted Answer
More Answers (1)
Epsilon
on 27 Mar 2025
1 vote
Hi Jyotiprakash,
A center-tapped transformer block with two primary windings and a secondary winding can be found in both 'Specialized Power Systems' and 'Simscape Electrical', but it should be chosen based on the application. Some 'Specialized Power System' blocks contain only terminal ports, which are special electrical connection lines and are not compatible with other Simulink signals or Simscape physical signals. 'Simscape Electrical' blocks contain physical ports that can be connected to other Simscape blocks or to Simulink signals using PS-Simulink converter blocks.
Transformer blocks in 'Specialized Power System' with three winding options are:
- Linear Transformer: https://www.mathworks.com/help/sps/powersys/ref/lineartransformer.html
- Saturation Transformer: https://www.mathworks.com/help/sps/powersys/ref/saturabletransformer.html
- Multi-Winding Transformer: https://www.mathworks.com/help/sps/powersys/ref/multiwindingtransformer.html
- Three-Phase Tap-Changing Transformer(Three-Windings): https://www.mathworks.com/help/sps/powersys/ref/threephasetapchangingtransformerthreewindings.html
Transformer blocks in 'Simscape Electrical' with three winding options are:
- Center-Tapped Transformer: https://www.mathworks.com/help/sps/ref/centertappedtransformer.html
- Three-Winding Non-Linear Transformer: https://www.mathworks.com/help/sps/ref/threewindingnonlineartransformer.html
- Three-Winding Transformer(Three-Phase): https://www.mathworks.com/help/sps/ref/threewindingtransformerthreephase.html
Select one of the above based on the application. For normal electrical applications, a 'Center-Tapped Transformer' block can ideally be used to represent a center-tapped transformer with two primary windings and a secondary winding. Please find an attached 'CenterTappedExample.slx' file for an example implementation.
Categories
Find more on Transformers 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!