LTspice tutorial - Differential transmission lines

Sdílet
Vložit
  • čas přidán 17. 11. 2023
  • #208 In this video I look at how a differential line can be modeled using LTspice. In general when modeling differential transmission lines, you don't just model the line to line coupling, but you also need to consider the line to ground coupling as well. Based on the lines exact geometry different couplings will exist, and an accurate model will need to consider this.
    Further reading:
    resources.pcb.cadence.com/blo...
    www.researchgate.net/publicat...
    LTspice Tutorial series:
    EP1-Getting started:
    • LTSpice Tutorial - EP1...
    EP2-AC simulation and the Baxandall tone control circuit:
    • LTspice tutorial - EP2...
    EP3-.param and .step directives:
    • LTspice tutorial - EP3...
    EP4-How to import libraries and component models: • LTspice tutorial - EP4...
    Ep5- Stock example simulations to play with: • LTspice tutorial - Ep5...
    Ep6- Basics of FFT analysis and .four statment: • LTspice tutorial - Ep6...
    EP7- Dependent voltage and current sources
    • LTspice tutorial - Ep7...
    Ep8- Turning a datasheet into a component model
    • LTspice tutorial - Ep8...
    EP9- Independent voltage and current sources
    • LTspice tutorial - Ep9...
    Ep10- .wave statement and audio file processing
    • LTspice tutorial - Ep1...
    Ep11 The effect of temperature on your circuit
    • LTspice tutorial - The...
    EP12 Modeling a DC brushed motor
    • LTSpice Tutorial - Mod...
    Ep13- Worst Case, Monte Carlo and Gaussian statistics circuit analysis
    • LTspice tutorial - Wor...
    EP14 - Digital circuits and logic gates • LTspice tutorial - Dig...
    EP15- SMPS EMI and electrical noise and filters
    • LTspice tutorial - SMP...
    EP16- Feedback loop simulation
    • LTspice tutorial - Fee...
    Ep17 - Verifying Simulation Models
    • LTspice tutorial - Sim...
    Ep18 - Simulating Capacitors
    • LTspice tutorial - Sim...
    Ep 19 - Simulating Inductors
    • LTspice tutorial - Sim...
    EP 20 - Noise simulations
    • LTspice tutorial - Noi...
    Ep21 - Models and Libraries
    • LTspice Tutorial - Cre...
    Ep22- Voltage and current limited source
    • LTspice Tutorial - Vol...
    Ep23- Measuring Power Factor
    • LTspice tutorial - Mea...
    Ep24 - Modeling a vacuum tube triode
    • LTspice tutorial - Mod...
    Ep25- Using standard symbols
    • LTspice tutorial - Re-...
    Ep26- Modeling transformers
    • LTspice tutorial - Mod...
    Ep27 - Stepping sets of parameters
    • LTspice tutorial - Ste...
    EP28 - Simulating Quartz crystals
    • Measuring and Simulati...
    Ep29 - Simulating gas discharge tubes
    • LTspice tutorial - Gas...
    Ep30 - LT tips and tricks
    • Video
    Ep31 - Modeling switches
    • LTspice tutorial - Mod...
    EP32 - FREQ function
    • LTspice tutorial - FRE...
    Special Thanks to all my supporters on Patreon!
    If you liked this video be sure to check out my other videos and you can also subscribe to be up to date with all the new ones!
    If you want to support the creation of more and better videos please consider checking out: / feszelectronics
  • Věda a technologie

Komentáře • 12

  • @giorgiocanal1659
    @giorgiocanal1659 Před 7 měsíci +4

    Your job here is absolutely underrated.
    Thanks for sharing.

  • @Daniel-sc4xt
    @Daniel-sc4xt Před 4 měsíci +1

    Good explanation. I am surprised at how many things you can do with LTspice. Great job.

  • @OpenFrimeTVcom
    @OpenFrimeTVcom Před 7 měsíci +5

    good job colleague

  • @user-ns3zg4wn8o
    @user-ns3zg4wn8o Před 7 měsíci +1

    Thank you. By setting slightly longer Td's at the lines coupled with GND (in the 1st simpler model), FEXT, which appears on microstripline, can be reproduced. It is a quite discovery to me😃

  • @ghlscitel6714
    @ghlscitel6714 Před 7 měsíci +3

    Impressive clarity. Congrats.
    Do you have Spice Parameters For e.g. a CAT5 or a USB3.1 cable?

  • @ivegotpetercriss
    @ivegotpetercriss Před 7 měsíci +3

    Thank you

  • @robertdockweiler8664
    @robertdockweiler8664 Před měsícem

    Very informative! I'm curious how you would go about simulating lossy transmission lines. I tried using the LTSpice "ltline" component but it says you have to add the .model which looks like you need the ltra.MDL file and I have been unable to find it or figure out how to create it and where to put it.

    • @FesZElectronics
      @FesZElectronics  Před měsícem

      Actually, for the ltline, you can make a very basic model like the example in the help file (and throw this as a command into the simualtion):
      .model MyLossyTline LTRA(len=1 R=10 L=1u C=10n)
      there are some other possible parameters, but these 4 are the main ones you need.

  • @maksymkloka7819
    @maksymkloka7819 Před 7 měsíci

    Hmmm. The equation for Zcm = Z2||Z2 sort of was intuitive to make sense of. The equation for Zdiff = Z1||(Z2+Z2) was a bit harder for me to understand. Could you explain how this equation was derived?

    • @FesZElectronics
      @FesZElectronics  Před 7 měsíci +1

      Well, it has to do with the direct and indirect link between the 2 lines; Z1 is the direct link; and Z2+Z2 is the link trough ground - so there the link from L1 to GND which is in series with the link from GND to L2. Finally these 2 links are in parallel, so its Z1||(Z2+Z2)

  • @kieranj67
    @kieranj67 Před 7 měsíci +3

    Thank you