misunderstood
Hi porkluvr: Sorry, I misunderstood your first question!
The ".meas" statement in LTSpice can be used to allow you to create a parameter whose value will be printed out in the Spice Error Log. It is a way to see the value of calculated parameters.
.meas fc_ param fc
This means create a parameter named fc_ whose value is equal to the parameter fc, and print it in the error log when the simulation runs. I used it to see the resonant frequency of the circuit.
I don't really understand the more complex uses of the .meas command at this time.
Regards,
-SB
Originally posted by porkluvr
View Post
The ".meas" statement in LTSpice can be used to allow you to create a parameter whose value will be printed out in the Spice Error Log. It is a way to see the value of calculated parameters.
.meas fc_ param fc
This means create a parameter named fc_ whose value is equal to the parameter fc, and print it in the error log when the simulation runs. I used it to see the resonant frequency of the circuit.
I don't really understand the more complex uses of the .meas command at this time.
Regards,
-SB


. It gives me hope that maybe I'm doing something wrong in my actual circuit or have some bad components or connections. Your results match much better than mine.

Especially from a low voltage supply. I'm interested in whether this kind of coil driver with higher voltage can help get a better signal-to-noise ratio in the RX circuit. (So long as the FCC doesn't come running...)



. If your signal generator changes frequency for some reason, that could cause it.
Comment