whaler
Newbie level 4
hspice fm source function
I want to simulate a ASK singnal using hspice, but I can't find the way to create such an ASK signal. Please help me, thanks a lot!
Added after 38 minutes:
I have found one way:
I want to simulate a ASK singnal using hspice, but I can't find the way to create such an ASK signal. Please help me, thanks a lot!
Added after 38 minutes:
I have found one way:
Code:
Vpulse v1 0 pulse(0 1 0 1n 1n 100n 200n)
Vsin v2 0 sin(0 1 100MEG)
Eout out 0 VOL='V(v1)*V(v2)'