1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Sine Wave Source in LTspice
To generate a sinusoidal voltage in your schematic, define it as a voltage source with the SIN function
Vname +node -node SIN(VOFF VA FREQ TD 0 PHASE)
Syntax of the sinusoidal wave in LTspice
VOFF
DC offset
VA
amplitude (peak value)
FREQ
frequency in Hz
TD
delay before starting (optional)
0
damping factor (optional)
PHASE
phase shift in degrees (optional)
vsin VDM 0 SIN(0 1 1K)
Name of the source is vsin, in which VDM is the positive terminal node, and there is a ground terminal, and there sin wave: 0 V offset, 1 V amplitude, 1kHz frequency.