Three-phase symmetrical components SPICE attempt

AI Thread Summary
The discussion revolves around modeling symmetrical components in LTspice, focusing on the challenges faced when restoring original signals after applying the transformation. The user notes that while sinusoidal signals are restored correctly, the presence of harmonics leads to incomplete recovery, particularly with odd harmonics like the 3rd and 9th. An alternative method using all-pass phase shifts was tested, which successfully restored distorted signals but raised questions about the accuracy of the calculated symmetrical components. The user seeks clarification on why the traditional method fails with harmonics and whether the alternative approach yields valid results. The inquiry emphasizes the need for assistance in building a custom block for symmetrical components in LTspice.
blighme
Messages
12
Reaction score
0
Hello

I am trying to model in LTspice a matrix for symmetrical components. Keeping to the theory, the 120° delays were built with tlines, which means that whatever signal there is at the input, after the delay it becomes x(t-2*π/3), meaning multiplying with a2(=e-j*2*π/3). (to avoid such a long delay for the 240° one, the signal is reversed and then delayed by -60°)

But, after the inverse transformation, the original signals are not restored unless they are sinusoidal (offphase, offset, it doesn't matter). As soon as harmonics come out, the results are off. After further testing, it seems that the 3rd, 9th, 15th, etc harmonics don't seem to be "processed", they show up (if they are present at the input) at the output.

Example:
va(t)=sin(ωt)+sin(3ωt)/3+sin(5ωt)/5+sin(7ωt)/7+sin(9ωt)/9
after the inverse transform:
v+(t)=sin(ωt)+sin(3ωt)/3+sin(9ωt)/9

I tried a different approach, with all-pass phase shift, but that is only applicable to sine waves (e.g. square wave looks like a too large time-constant differentiation/integration for a ±π/2 delay). Similarly, I tried delay by sin/cos multiplication, so that the 120° phase-shift would be done like this:

va'(t)=-1/2*va(t)-√3/2*va(t-π/2)

where -π/2 comes after a tline delay, but then the square wave from the same example would look like a distorted staircase (true, the π/2 delay applies only to the quadrature fundamental, there would be needed many blocks like these for all the harmonics). However, and this is what puzzles me most: after the inversion with this method, the input signals are back to normal(!), no matter how distorted/unbalanced they are. So here are my two (four) questions:
- Why doesn't the "classic" way of calculating the symmetrical components completely restore the input signals? Implicit, are the positive/negative/zero components calculated like this good or bad?
- Why does the last method work and, implicit, does that mean the pos/neg/zero components calculated like this are good (or bad)?Thank you in advance,
Vlad

[edit]This isn't homework/coursework/etc, it's in the right place, I am trying to build a custom block in LTspice[/edit]
 

Attachments

  • abc_to_012.png
    abc_to_012.png
    21.9 KB · Views: 582
Engineering news on Phys.org
Is there anyone who can help or knows about symmetrical components?
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top