Saturday, October 18, 2008

Modeling Temperature Behavior in LTSpice


Modeling temperature behavior in LTSpice.

I'm working on a temperature controlled amplifier using a thermocouple and operational amplifier. The simple circuit is shown above. The operational amplifier simply amplifies the thermocouple input voltage. The thermocouple input voltage is obviously a function of the temperature (measured between the reference junction and the measuring junction). For modeling purposes, the thermocouple is modeled as a voltage supply.

To simulate the changes in voltage as a function of temperature, setup a sweep in LTSpice using the .step command as shown. Next, establish a parameter using the .PARAM command, creating a new variable as a function of the sweep. This variable can then be used in the circuit. In this example, the "thermocouple" supply voltage changes based on the 'THERM' variable. The voltage graph shows output voltage as a function of temperature.

Saturday, October 4, 2008

Active Filters


Filters are used in a wide variety of electronic
applications. Band-pass filters are used in the field of
telecommunications for speech processing. High-frequency
band-pass filters are used for channel selection in many telephone
applications. Digital signal processing systems use low-pass
anti-aliasing filters as well as low-pass noise filters in conditioning
stages. Power supplies use band-rejection filters to suppress line
frequency signals and high frequency components. Additionally,
filters can be specifically designed to provide phase shifts to each
frequency component while not filtering any frequencies. Active
filter schemes use operational amplifiers, or other active
components, in conjunction with resistors and capacitors to
provide filtering without the need for large inductors as required
in passive filtering. This paper compares the difference between
passive and active filters, and presents all the schemes highlighted
(i.e. low-pass, high-pass, band-pass, band-stop). Popular active
filtering techniques are presented including the Butterworth
filter, Chebyshev filter, and the Bessel filter. The low-pass
Butterworth filter is analyzed in detail, simulation and
experimental results are presented. See "Active Filters" under "papers" on the right for the full document.

Direct Sequence Spread Spectrum



DSSS is a pretty cool technology. This paper provides a pretty high level overview with supporting Matlab simulations. See "DS-SS Tutorial" under "papers" on the right for the full document.