Keyboard Shortcuts
Likes
- LTspice
- Messages
Search
Re: PWM Timing Causing Shoot-thru
May,
?
I don't know if we will see your updated file with the missing LTspice symbol, or if you consider the problem to be solved already.
?
But I want to mention that your signals HCF and LCF did not look right.? In contrast with the other two pairs which have no overlap, the HCF and LCF pair have tons of overlap.? I think maybe you forgot to invert one of them.? Maybe that is correct, but it looks funny when compared with the other two pairs.
?
Andy
? |
Re: 3 Phase Voltage Sense model
Larry,
?
Here is an actual mistake, and the likely cause of the problem you have.? The pin-order of the symbol does not match the pin-order of the included netlist model.
?
Symbol's pin-order:? Neutral VinA VinB VinC VoutA VoutB VoutC
?
Subcircuit's pin-order:? VinA VinB VinC Neutral VoutA VoutB VoutC
?
That needs to be corrected.? Edit either the symbol (.asy) file or the model (.sub) file.
?
Andy
?
? |
Re: 3 Phase Voltage Sense model
Larry,
?
Here are some issues to comment on:
?
(1)? Your original schematic (3Phase_Voltage_Sense_circuit.asc) leaves the Neutral net floating.? Why?? Did you really want it to float like that?? Also, do you want it grounded in the final schematic?? If nothing else, it is different.
?
(2)? The symbol you created (3Phase_Voltage_Sense.asy) is set up with incorrect properties.? It should have Symbol Type = Cell, but you left it with Symbol Type = Block, which is correct only for calling a lower-level schematic, not a netlist file.? Fortunately LTspice seems to handle it anyway in spite of the wrong property.
?
(3)? Your final schematic (3Phase_Voltage_Sense_Test.asc) should not have ".inc 3Phase_Vsense.sub" because the symbol file already includes that netlist file.? It does not actually hurt because the end result is that the subcircuit file is included twice.? But it's not a good idea to do that because it might later create problems.
?
I think none of these issues causes the problem you have, but I want to mention them anyway.
?
Andy
?
? |
Locked
Re: Windows XP installation disk
Off-topic.? And it suggests it is not legal.
?
This topic is closed.? No replies, please.
?
This group is about LTspice. |
Locked
Windows XP installation disk
Does anyone have a Windows XP install disk they could give or sell me? ?Or a copy with the password decrypted. ? I need a pukka XP machine to run the software I wrote myself in da last Millenium. ?Yes. ?I've tried the various Virtual machines but none of them give me the functionality I need. ?To put this into perspective, I run a DOS window under Win 98 on the XP machine. ? Machines that have XP drivers are all more than 10 yrs old. ?I found one but I lent my pukka XP install disc to a friend who promptly lost it?? |
Re: Weird results DC operating point for Tube amplifier
toggle quoted message
Show quoted text
|
CD4000_v(65).lib with syntax error messages updated to CD4000_v(65a).lib
hi
?
I've corrected and uploaded CD4000_v(65a).lib
?
The only corrections made were to the td1,td2,td4 equations used in CD4008B sub circuit.
The unbalanced braces/parenths caused syntax error messages in LTspice 24.1.4
?
eetech00 |
Re: Weird results DC operating point for Tube amplifier
开云体育Oh, I get that by putting a 10cm long
unobtanium tube over the headphone cable. On 2025-02-20 22:22, Andy I via
groups.io wrote:
--
OOO - Own Opinions only If something is true: * as far as we know - it's science *for certain - it's mathematics *unquestionably - it's religion |
Re: Weird results DC operating point for Tube amplifier
开云体育I have to confess that I was misled by this at an early age, about 13 I think.? The valve doesn't know what the supply voltage is with zero signal. It only knows the voltage between anode and cathode, which can be quite small, yet even a triode still can give gain. I simply didn't believe a DAC32 would work with a 470k anode load, so I used 4.7k, which gave hardly any gain. What this low Vak does, of course, is limit the maximum output signal amplitude, but if only a volt or two is required, there is no problem. OT observation: With small-signal pentodes,
such as EF33 or EF50, very low anode and g2 voltages can be
used, with megohm values of feed resistors, giving very high
gain. On 2025-02-20 22:20, Andy I via
groups.io wrote:
Not that the following has any significance - but I vaguely recall reading about operating valves (vacuum tubes) at much lower than "normal" anode voltages.? --
OOO - Own Opinions only If something is true: * as far as we know - it's science *for certain - it's mathematics *unquestionably - it's religion |
Re: Interpreting Noise Simulation Results
manauo,
?
Almost all the simulated noise in your circuit comes from the circuit itself.? If there was noise in the sources driving it (V1, V2, V5, V6), it is not present in the simulation.? Those voltage sources are noise-free.? Therefore, adding high-pass filter capacitors to reduce noise from the source, does not do you any good, unless the source itself had noise.? I think the only parts behind the HPF that generate any noise in this simulation, are the 0.6 ohm resistors, R9, R10, R21, and R22.? (Also the Rser of L1-L4.)? That's about the only benefit to be had from adding those capacitors.
?
On top of that, there is the increase in noise caused by making the source impedance (connected to the transistor bases) larger.? That is likely why you saw the noise density going up instead of down.
?
Not many people use SPICE's .NOISE analysis.? Consequently, many device models either lack the parameters needed to simulate it well, or the parameter values are badly wrong.? That was especially true of the JFET models that came with LTspice.? LTspice got those models from the company Linear Systems (not to be confused with Linear Technology Corp.), but someone at Linear Systems had inadvertently messed up their own SPICE models before giving them to LTC for inclusion in LTspice.? If I remember correctly, the mistake was 5 orders of magnitude (!) and applied to every one of their JFET models.? Fortunately your circuit has only BJTs, no JFETs, so it might be OK.? Should be OK for comparative simulations.
?
Andy
? |
Re: Weird results DC operating point for Tube amplifier
开云体育Any tube sound this design gives you is weird tube sound. ? From: [email protected] <[email protected]> On Behalf Of Andy I via groups.io
Sent: Thursday, February 20, 2025 5:23 PM To: [email protected] Subject: Re: [LTspice] Weird results DC operating point for Tube amplifier ? On Thu, Feb 20, 2025 at 12:32 PM, John Woodgate wrote:
Yeah, but then it would not have that "tube sound". ? ? |
Re: PWM Timing Causing Shoot-thru
On Thu, Feb 20, 2025 at 04:20 PM, May wrote:
It is missing the symbol for IR2110.? The missing file is ir2110.asy.? Please add it to your .zip file and re-upload it.
?
That is likely to be a cause of shoot-through current. ?
I think it is unlikely to be an LTspice artifact, but something in the models might be responsible.? Large MOSFETs can have significant input (gate) capacitance which can mess things up.? If you probe the signals you generated, do they seem right or do they have the wrong overlap? ?
Andy
? |
Re: Weird results DC operating point for Tube amplifier
On Thu, Feb 20, 2025 at 12:17 PM, Jerry Lee Marcel wrote:
No, it is a source follower.? Its voltage gain is unity.? Input applied to gate, output from source pin.? Almost the same output voltage, but shifted 4.2 V lower. ?
The overall circuit has voltage gain (~23 dB), but all of that comes from the 12AU7, in its common-cathode configuration.
?
I wonder why you saw only 15 dB gain, and why you saw that in just the MOSFET.
?
Not that the following has any significance - but I vaguely recall reading about operating valves (vacuum tubes) at much lower than "normal" anode voltages.? ?There were specialized miniature valves designed for it.? But it was also applied to more traditional valves too, ones like the 12AU7 that are capable of hundreds of volts.? It does not appear to be a sure-fire way to generate distortion, as this simulation demonstrates, if you trust the SPICE models.? I can't recall what were the advantages (if any) of using such low voltages - other than easier battery power.? Lower noise?? ?Longer life?? I dunno.
?
Andy
? |
Re: Interpreting Noise Simulation Results
开云体育Yes, an RC high pass filter on the input
will increase the noise. Although the capacitor doesn't itself add
any noise, it causes the effective input noise voltage to
increase, because:
Vn(tot) = √(En^2 + (In/2/pi/Cser)^2) ..where: En = I/P noise voltage density, and In = I/P noise current density (neglecting the source resistance noise, which often you can't do) Remember also: "No attenuation before gain". I should also mention (without seeing your schematic), that many of the devices in the LTspice standard libraries don't have realistic noise parameters, especially when it comes to 1/f noise. -- Regards,
Tony On 20/02/2025 20:17, manauo via
groups.io wrote:
|
PWM Timing Causing Shoot-thru
I am having some trouble getting the timing right on my PWM drive signals. What tells me my timing is wrong is the fact that I am seeing what appears to be shoot-through periodically.
?
?
Additionally, probing the gates of the FETs shows that there is somehow overlap in the HI and LO drive signals, despite my attempts to tune the voltage sources I am using to generate the PWM signals.
?
Any help is appreciated; I am not sure if the shoot-through is an artifact of LTSpice or if I am simply wrong with how I have set the PWMs up.
?
Thanks,
-May |
Re: Interpreting Noise Simulation Results
开云体育At low frequencies, the capacitor's impedance is quite high. the
noise current generated by the active stages circulates in this
increased impedance, resulting in an increasing voltage. Le 20/02/2025 à 20:17, manauo via
groups.io a écrit?:
|
Re: Weird results DC operating point for Tube amplifier
开云体育That is not the subject. The subject is that they try to justify their quirky "design" with objective arguments. Enough said now. Le 20/02/2025 à 19:45, John Woodgate a
écrit?:
|