Introduction to EE 229

From Microlab Classes
Jump to navigation Jump to search

Welcome to EE 229!

Since we are offering this class remotely, there will be many changes to our normal course delivery:

  1. There will be no face-to-face lecture classes. All the material will be made available via this site.
  2. There will be more emphasis on student-centric activities, e.g. analysis, design, and simulations. Thus, you will be mostly "learning by doing". In this context, we will set aside an hour every week for consultations and questions via video-conferencing.
  3. Grades will be based on the submitted deliverables from the activities. Though we will not be very strict regarding the deadlines, it is a good idea to keep up with the class schedule and avoid cramming later in the semester.
Please remember that this semester is very different from those before, and please make sure you inform me if you have any issues or difficulties regarding the class. Also, keep in mind that you will need to pay a bit more attention to your time management as it will play a critical role during the course of the semester.

Let's get started!

The Design of RF Transceivers

Figure 1: A generic RF transceiver[1].

The objective of an RF transceiver is to transmit and receive information. To perform this task, however, requires concepts, technologies, and interactions from and among many fields, and some of these fields might not directly related to IC design. The task itself is relatively complex, with trade-offs and optimizations spanning various domains and levels of abstractions.

Fig. 1 shows a generic RF transceiver block diagram, showing:

  • The transmit path, showing of basic system components needed to convert digital data into its analog form, modulate the signal, up-convert it from baseband to some center frequency, and finally send it to the antenna using a power amplifier.
  • The receive path, where the signal is detected the low-noise amplifier, then down-converted back to baseband from a certain center frequency, then converted into the appropriate digital representation in preparation for further processing.

A Short Review

The goal of this module is to review the basic concepts of RF design, leading our coverage of communication systems, and then to transceiver architectures. These concepts and ideas will serve as the backdrop for analysis and design of RF circuits, allowing us to optimize our circuits for specific environments, contexts, and situations.

Power and Gain

The RF receiver subsystem is normally designed to detect and amplify signals that are at low power and voltage levels, while the transmitter subsystem is designed to deliver a sufficient amount of power to the antenna, enough to be detected at the remote receiver. Thus, we are very interested in the power and voltage gains of the blocks. Since we deal with a very large range of values, from microwatts for receivers to hundreds of watts for transmitters, it becomes convenient to express the voltage and power ratios or gains in terms of decibels (dB).

 

 

 

 

(1)

 

 

 

 

(2)

Figure 2: A generic two-port circuit.

Consider the two-port circuit in Fig. 2. In general, if appears across a load resistance, , and is across an input resistance, ,

 

 

 

 

(3)

If , then:

 

 

 

 

(4)

We can also express absolute values of power or voltage in this form, but instead of comparing it to another signal, we compare it to a reference level. For example, we can express signal power in dBm instead of watts by comparing the signal power, to 1 mW:

 

 

 

 

(5)

We can also express voltages in dBV instead of volts:

 

 

 

 

(6)

Linearity

Linear Systems are systems whose output can be expressed as a linear combination or superposition of its input components. Thus, if the system is linear, and:

 

 

 

 

(7)

 

 

 

 

(8)

If we then apply a superposition of inputs:

 

 

 

 

(9)

The output should also be a linear combination of the original outputs, and . Systems that do not satisfy this condition are known as Nonlinear Systems. For example, if , then for , , and for , we get . The system is nonlinear since .

Time-Variance

In Time Invariant Systems, when the input is shifted in time, the outputs are also shifted in time by the same amount. If , then for any arbitrary :

 

 

 

 

(10)

Thus, it does not matter at what point in time the input is applied, the output is the same, except that it is shifted to the appropriate time relative to the input.

The Submicron CMOS Transistor

Before we proceed further, let's take a moment to review the CMOS fabrication process.

Activity A1.1 IC Frabrication -- This activity provides an overview of the CMOS fabrication process, and its future directions.

Introduction to SPICE Simulation

Simulation is a key tool in the analysis, design, and verification of analog and RF integrated circuits. In this class, we will use SPICE simulations extensively in our activities and projects. Thus, in preparation for our impedance matching activity, it is a good idea to go through a short tutorial on ngspice here.

In order to automate the analysis of our simulation results, we can use programming languages like Python. Please go over this tutorial on how to use Python in conjunction with SPICE simulations.

References

  1. Behzad Razavi, RF Microelectronics (2nd Edition), Prentice Hall Press, 2011, USA.