<< Chapter < Page Chapter >> Page >
The spectrum of a “white” signal containing all frequencies is shown in the top figure. This is passed through three filters: a lowpass, a bandpass, and a highpass. The spectra at the outputs of these three filters are shown in the second, third, and bottom plots. The “actual” filters behave much like their idealized counterparts in Figure 3-6.
The spectrum of a “white” signal containing all frequencies is shown in the top figure. This is passed through three filters:a lowpass, a bandpass, and a highpass. The spectra at the outputs of these three filters are shown in the second, third, and bottomplots. The “actual” filters behave much like their idealized counterparts in [link] .

Mimic the code in filternoise.m to create a filter that

  1. passes all frequencies above 500 Hz,
  2. passes all frequencies below 3000 Hz,
  3. rejects all frequencies between 1500 and 2500 Hz.

Change the sampling rate to Ts=1/20000 . Redesign the three filters from Exercise  [link] .

Let x 1 ( t ) be a cosine wave of frequency f = 800 , x 2 ( t ) be a cosine wave of frequency f = 2000 , and x 3 ( t ) be a cosine wave of frequency f = 4500 . Let x ( t ) = x 1 ( t ) + 0 . 5 * x 2 ( t ) + 2 * x 3 ( t ) . Use x ( t ) as input to each of the three filters in filternoise.m . Plot the spectra, and explain what you see.

TRUE or FALSE: A linear, time-invariant system exists that has input a cos ( b t ) and output c sin ( d t ) with a c and | b | | d | . Explain.

TRUE or FALSE: Filtering a passband signal with absolute bandwidth B through certain fixed linear filters can result in an absolute bandwidth of the filter outputgreater than B . Explain.

TRUE or FALSE: A linear, time-invariant, finite-impulse-response filter with a frequency response having unit magnitudeover all frequencies and a straight-line, sloped phase curve has as its transfer function a pure delay.Explain.

TRUE or FALSE: Processing a bandlimited signal through a linear, time-invariantfilter can increase its half-power bandwidth. Explain.

The third element: samplers

Since part of any digital transmission system is analog (transmissions through the air, across a cable, oralong a wire, are inherently analog), and part of the system is digital,there must be a way to translate the continuous-time signal into a discrete-time signal and vice versa. The process of sampling an analogsignal, sometimes called analog-to-digital conversion, is easy to visualize in the time domain. [link] shows how sampling can be viewed as the process of evaluating a continuous-time signal ata sequence of uniformly spaced time intervals, thus transforming the analog signal x ( t ) into the discrete-time signal x ( k T s ) .

The sampling process is shown in (b) as an evaluation of the signal x(t) at times ...,-2Ts, Ts, 0,Ts, 2Ts,.... This procedure is schematized in (a) as an element that has the continuous-time signal x(t) as input and the discrete-time signal x(kTs) as output.
The sampling process is shown in (b) as an evaluation of the signal x ( t ) at times ... , - 2 T s , T s , 0 , T s , 2 T s , ... . This procedure is schematized in (a) as an element that hasthe continuous-time signal x ( t ) as input and the discrete-time signal x ( k T s ) as output.

One of the key ideas in signals and systems is the Fourier series: a signalis periodic in time (it repeats every P seconds), if and only if the spectrum can be written as a sum ofcomplex sinusoids with frequencies at integer multiples of a fundamental frequency f . Moreover, this fundamental frequency can be written in terms ofthe period as f = 1 / P . Thus, if a signal repeats 100 times every second ( P = 0 . 01 seconds), then its spectrum consists of a sum of sinusoids with frequencies 100 , 200 , 300 , ... Hz.

Conversely, if a spectrum is built from a sum of sinusoids with frequencies 100 , 200 , 300 , ... Hz, then it must represent a periodic signal in time that has period P = 0 . 01 . Said another way, the nonzero portions of the spectrum areuniformly spaced f = 100 Hz apart. This uniform spacing can be interpreted as a sampling (in frequency) of an underlyingcontinuous-valued spectrum. This is illustrated in the top portion of [link] , which shows the time domain representation on the left and the correspondingfrequency domain representation on the right.

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Software receiver design. OpenStax CNX. Aug 13, 2013 Download for free at http://cnx.org/content/col11510/1.3
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Software receiver design' conversation and receive update notifications?

Ask