Copy of Unit 1 Lecture
Copy of Unit 1 Lecture
Unit – I
Frequency response - Fourier series - Harmonic analysis
of simple circuits – Fourier integral - Fourier transforms –
application to simple circuits.
Reference textbooks:
1) D. Roy Choudhury, ‘Networks and Systems’, New Age International Publications, 1st Edition,
2013.
2) James W. Nilsson and Susan A. Riedel, ‘Electric Circuits’, Pearson Education Publications, 9th
Edition, 2011.
3) F.F.Kuo, ‘Network Analysis and Synthesis’, John Wiley Inc Publications, 2nd Edition, 2010.
4) M.E. Van Valkenburg, ‘Network Analysis’, PHI Learning Publications, 3rd Edition, 2014.
5) Hayt, W. H, Kemmerly J. E. & Durbin, ‘Engineering Circuit Analysis’, McGraw Hill Publications,
8th Edition, 2013.
NLS, UNIT-I, KARTHIK THIRUMALA
Lecture - 1
Signal
In general, signal is a function of time. In the absence of signals, the network or system is
completely lifeless. And therefore, an analysis of signals and knowledge of the various kinds of
signals that one comes across is important for us. The signals can also be described in terms of
frequency information. Between time and frequency, the translation is effected by the Fourier
series, the Fourier integral and the Laplace transform.
Classification of Signals
- based on nature of independent variable, number of independent variables, nature of
dependant variable, based on periodicity,
1. Continuous-time signal
In case of continuous-time signals, the independent variable is continuous and thus these
signals are defined for continuum of values of the independent variable. We will use the
symbol ‘t’ to denote continuous-time independent variable.
2. Discrete-time signal
On the other hand, discrete-time signals are defined only at discrete instants of times. Use ‘n’
to denote discrete-time independent variable. Let t=nT, n is integer (0, ±1, ±2, …) and T is
the sampling time.
3. Discrete signal
Digital signals are one in which time is discrete in nature and amplitude of signals are
quantized i.e. they are allowed to take values from a fixed set of amplitudes.
4. Periodic signal
A periodic continuous-time signal is a function that repeats itself every finite time internal of
T seconds. It is described by the equation
Why the interest in periodic functions? One reason is that many electrical sources of practical
value generate periodic waveforms. For example, non-filtered electronic rectifiers driven
from a sinusoidal source produces rectified sine waves that are non-sinusoidal, but periodic.
2
NLS, UNIT-I, KARTHIK THIRUMALA
5. Even signal
A continuous signal s(t) is said to be as an even signal if it is identical to its time-reversed
counterpart i.e., with its reflection about the origin. It obeys the relation
Example: Cosine wave is even function
6. Odd signal
An odd function obeys the relation
This may be noted that an odd continuous time signal will be zero at origin i.e., f(0)=0 at t=0.
Example: Sine wave is odd signal.
3
NLS, UNIT-I, KARTHIK THIRUMALA
4
NLS, UNIT-I, KARTHIK THIRUMALA
Harmonics
Harmonics are the integral multiplies of the fundamental frequency. Thus 2ωo is the second
harmonic, 3ωo is the third harmonic, and nωo is the nth harmonic of signal f(t).
Superposition principle: If an input is the weighted sum of several signals, then the output is the
weighted sum of the responses of the system of each of those signals. A system is linear if it
satisfying additivity property and homogeneity property.
5
NLS, UNIT-I, KARTHIK THIRUMALA
Example of linear systems: tx(t), sin(6t)x(t), etc
Example of non-linear system: mx(t)+c, mx2(t)
Passive Network
6
NLS, UNIT-I, KARTHIK THIRUMALA
Stable and Unstable System
Most of the control system theory involves estimation of stability of systems. Stability is an
important parameter which determines its applicability. Stability of a system is formulated in
bounded input bounded output sense i.e. a system is stable if its response is bounded for a
bounded input (bounded means finite). Example: y (t) = x2(t)
An unstable system is one in which the output of the system is unbounded for a bounded input.
The response of an unstable system diverges to infinity. Example: y (t) = ∫x(t)dt
Time-variant and time-invariant System
A system is said to be time variant system if its response varies with time. If the system response
to an input signal does not change with time such system is termed as time invariant system. The
behaviour and characteristics of time variant system are fixed over time.
7
NLS, UNIT-I, KARTHIK THIRUMALA
Lecture 2
The steady state response of a linear system to a dc and sinusoidal excitations can be found
easily by using the impedance concept. However, in practise, the input signals are of more
complex nature of non-sinusoidal periodic and non-periodic waveforms. Our aim is to generalize
the process of determining the forced response of linear network to such non-sinusoidal
functions.
Such complex functions may be represented as the sum of an infinite number of sine and cosine
functions which are harmonically related. Therefore, since the forced response to each sinusoidal
component can be determined easily by sinusoidal steady-state analysis, the response of the
linear network to the general periodic forcing function may be obtained by superposing the
partial responses.
Moreover, non-sinusoidal periodic functions are important in the analysis of nonelectrical
systems. Problems involving mechanical vibration, fluid flow, and heat flow all make use of
periodic functions. In fact, the study and analysis of heat flow in a metal rod led the French
mathematician Jean Baptiste Joseph Fourier (1768-1830) to the trigonometric series
representation of a periodic function. This series bears his name and is the starting point for
finding the steady-state response to periodic excitations of electric circuits. Fourier series can be
represented either in the form of infinite trigonometric series or infinite exponential series.
Trigonometric Form of the Fourier series
What Fourier discovered in investigating heat-flow problems is that a periodic function can be
represented by an infinite sum of sine or cosine functions that are harmonically related. In other
words, the period of any trigonometric term in the infinite series is an integral multiple, or
harmonic, of the fundamental period T of the periodic function.
The Dirichlet conditions on a periodic function f(t) are:
These are sufficient conditions, not necessary conditions. Thus if f(t) meets these requirements,
we know that we can express it as a Fourier series. However, if f(t) does not meet these
requirements, we still may be able to express it as a Fourier series. The necessary conditions on
f(t) are not known.
8
NLS, UNIT-I, KARTHIK THIRUMALA
Signal shown below is an example of signal with infinite maxima and minima
Fourier showed that this periodic function f(t) satisfying the Dirichlet conditions can be
expressed as
and where a0, an, and bn are known as Fourier coefficients that depend upon n and f(t). Equation
[1] is the trigonometric form of the Fourier series for f (t), and the process of determining the
values of the constants a0, an, and bn is called Fourier analysis.
9
NLS, UNIT-I, KARTHIK THIRUMALA
But every term in the summation is of the form of Eq. [2] or [3], and thus
or
This constant a0 is simply the average value of f (t) over a period, and we therefore describe it as
the dc component of f (t).
To evaluate one of the cosine coefficients, for example, ak, the coefficient of cos kω0t, we first
multiply each side of Eq. [1] by cos kω0t and then integrate both sides of the equation over a full
period:
10
NLS, UNIT-I, KARTHIK THIRUMALA
From Eqs. [3], [4], and [6] we note that every term on the right-hand side of this equation is zero
except for the single an term where k = n. We evaluate that term using Eq. [8], and in so doing
we find an
In a similar way, we obtain bk by multiplying by sin kω0t, integrating over a period, noting that
all but one of the terms on the right-hand side are zero, and performing that single integration by
Eq. [7]. The result is
Note that a0 is the average value of f(t), an is twice the average value of f(t) cos nω0t, and bn is
twice the average value of f(t) sin nω0t.
Problems
1) Find the Fourier Series for the periodic voltage shown below.
Solution:
The expression for v(t) between 0 and T0 is
11
NLS, UNIT-I, KARTHIK THIRUMALA
2) Find the Fourier series representation of the voltage response of a half-wave rectifier
circuit to which a sinusoidal input is applied.
Solution:
From the graph,
12
NLS, UNIT-I, KARTHIK THIRUMALA
Our solution can be checked by plugging values into Eq. [16] and truncating after a specific
number of terms. Another approach, however, is to plot the functions.
3) Write the Fourier series for the three voltage waveforms shown in below figure.
13
NLS, UNIT-I, KARTHIK THIRUMALA
Answer:
4) A periodic waveform f (t) is described as follows: f (t) = −4, 0 < t < 0.3; f (t) = 6, 0.3 < t <
0.4; f (t) = 0, 0.4 < t < 0.5; T = 0.5. Evaluate a0, a3 and b1.
Answer: −1.200, 1.383, −4.44
5) Derive the expressions for a0, ak, and bk for the periodic voltage function shown if Vm =
9π V. What is the frequency of the third harmonic in hertz? Also, write the Fourier series
up to and including the fifth harmonic.
Answer:
Practice:
6) Determine the Fourier series of a triangular waveform having maximum amplitude of 1 and time
period of 2π.
7) Determine the Fourier series of a saw tooth waveform having maximum amplitude of 1 and time
period of 2π.
8) Determine the Fourier series of a trapezoidal waveform having maximum amplitude of 1 and time
period of 2π.
14
NLS, UNIT-I, KARTHIK THIRUMALA
Lecture – 3
Finding the Fourier coefficients, in general, is tedious. Therefore, anything that simplifies the
task is beneficial. Fortunately, a periodic function that possesses certain types of symmetry
greatly reduces the amount of work involved in finding the coefficients. It is possible to
anticipate the absence of certain terms in a Fourier series, before any integrations are performed,
by an inspection of the symmetry of the given time function.
Four types of symmetry may be used to simplify the task of evaluating the Fourier coefficients:
even-function symmetry: exhibits mirror symmetry about the vertical axis
odd-function symmetry:
half-wave symmetry:
quarter-wave symmetry:
The evenness, or oddness, of a periodic function can be destroyed by shifting the function along
the time axis. In other words, the judicious choice of where t = 0 may give a periodic function
even or odd symmetry.
In waveform synthesis we can see that sum of even functions is an even function. Sum of odd
functions is odd function. However, sum of even and odd function is neither even nor odd. Also,
product of two even functions is even function, product of two odd functions is also even
function. However, product of an even and an odd function is an odd function.
15
NLS, UNIT-I, KARTHIK THIRUMALA
In each derivation, we select t0 = -T/2 and then break the interval of integration into the range
from -T/2 to 0 and 0 to T/2,
which shows that the integration from –T/2 to 0 is identical to that from 0 to T/2; therefore, a0 is
16
NLS, UNIT-I, KARTHIK THIRUMALA
A similar examination of the expression for an leads to an integral over the half period extending
from t = 0 to t = 1/2 T:
But
The fact that an may be obtained for an even function by taking “twice the integral over half the
range” should seem logical.
Addition of a constant removes the odd nature of the function f(t). For every point, such as f(t1)
at t1, there is a corresponding point –f(t1) at –t1. Therefore, a function having odd symmetry can
contain no constant term or cosine terms in its Fourier expansion.
17
NLS, UNIT-I, KARTHIK THIRUMALA
The values of bn may again be obtained by integrating over half the range:
Or
Equation states that a periodic function has half-wave symmetry if, after it is shifted one-half
period and inverted, it is identical to the original function.
18
NLS, UNIT-I, KARTHIK THIRUMALA
It may be shown that the Fourier series of any function which has half-wave symmetry contains
only odd harmonics. Let us consider the coefficients an. We have again
The dc coefficient,
19
NLS, UNIT-I, KARTHIK THIRUMALA
It should be noted that half-wave symmetry may be present in a waveform which also shows odd
symmetry or even symmetry. When a waveform possesses half-wave symmetry and either even
or odd symmetry, then it is possible to reconstruct the waveform if the function is known over
any quarter-period interval.
Note: Output waveform of full wave rectifier has only dc and even order harmonics.
If a signal has none of the symmetry discussed so far, we can obtain the even and odd functions
of the original waveforms. Fourier expansion of such non-symmetric signal will be addition of
Fourier series of odd and even functions.
Problems
1) Identify which terms are absent in the Fourier series of the given waveform (T=2 s).
20
NLS, UNIT-I, KARTHIK THIRUMALA
Answer: Half-wave and odd, so it has only odd harmonic sine terms
Half-wave and even, so it has only odd harmonic cosine terms
2) Complete the waveform for at least one full cycle. The given function has only odd-ordered
sine terms.
Solution: Since the function has only sine terms, the function is odd. Also, the function contains
only odd-ordered sine terms which means it is half-wave odd function.
3) Complete the waveform for at least one full cycle. The given function has only odd-ordered
cosine terms.
Solution: Since the function has only cosine terms, the function is even. Also, the function
contains only odd-ordered cosine terms which means it is half-wave even function.
4) Derive the Fourier series for the periodic voltage shown below
Answer:
21
NLS, UNIT-I, KARTHIK THIRUMALA
Lecture 4
5) Find the amplitude of significant harmonics in the input and output voltages of the given
circuit. R = 1kΩ, C = 15.9 uF, f0 = 50 Hz.
The first step in finding the steady-state response is to represent the periodic excitation source with its
Fourier series.
22
NLS, UNIT-I, KARTHIK THIRUMALA
6) The input to circuit of figure shown below is a rectified sine wave as shown in fig. 4.26(b).
23
NLS, UNIT-I, KARTHIK THIRUMALA
7) A linear RC circuit is excited by a periodic voltage as shown below. Determine the periodic
response vo(t).
Tlie voltage source as expressed above is the equivalent of infinitely many series-connected
sinusoidal sources, each source having its own amplitude and frequency. To find the contribution
of each source to the output voltage, we use the principle of superposition. For any one of the
sinusoidal sources, the phasor-domain expression for the output voltage is
All the voltage sources are expressed as sine functions, so we interpret a phasor in terms of the
sine instead of the cosine. The phasor output voltage owing to the fundamental frequency of the
sinusoidal source is
24
NLS, UNIT-I, KARTHIK THIRUMALA
But, although we have an analytic expression for the steady-state output, what v0(t) looks like is
not immediately apparent from Eq. 16.58. As we mentioned earlier, this shortcoming is a
problem with the Fourier series approach.
8) The periodic triangular-wave voltage is applied to the circuit shown below. Derive the first
three nonzero terms in the Fourier series that represents the steady-state voltage V0 if Vm =
281.25𝜋 2 mV and the period of the input voltage is 200 𝜋 ms.
Answer:
25
NLS, UNIT-I, KARTHIK THIRUMALA
Lecture 5
phasor quantity. The exact expression for this amplitude is √𝑎𝑛 2 + 𝑏𝑛 2 . It is also possible to
obtain the amplitude directly by using alternative trigonometric form of Fourier series in which
each term is a cosine function with a phase angle; the amplitude and phase angle are functions of
f(t) and n. The cosine and sine terms may be merged in either a cosine expression or a sine
expression. Because we chose the cosine format in the phasor method of analysis, we choose the
cosine expression here for the alternative form of the series.
Where
When we inverse the phasor to time domain
26
NLS, UNIT-I, KARTHIK THIRUMALA
n = 1, 2, 3,…
We may therefore express f (t) as
Merits
Only Single coefficient has to be evaluated
Simpler integration
The effect of waveform symmetry is also present in the exponential form of representation.
27
NLS, UNIT-I, KARTHIK THIRUMALA
Problem
1) Determine the complex coefficient for the square wave
This square wave possesses both even and half-wave symmetry. If we ignore the symmetry and
use our general equation, with T = 2 and ω0 = 2π/2 = π, we have
The results are the same as those obtained when the symmetry of the waveform is not taken into account.
28
NLS, UNIT-I, KARTHIK THIRUMALA
2) A certain function f(t) is a train of rectangular pulses of amplitude V0 and duration τ,
recurring periodically every T seconds, as shown in figure below. Find the exponential
Fourier series for f(t).
Frequency Spectra
We can present graphically the description of a periodic function in terms of the amplitude and
phase angle of each term in the Fourier series of f(t). The plot of the amplitude of each term
versus the frequency is called the amplitude spectrum of f(t), and the plot of the phase angle
versus the frequency is called the phase spectrum of f(t). Because the amplitude and phase angle
data occur at discrete values of the frequency (that is, at w0, 2w0, 3w0,...), these plots also are
referred to as line spectra. The An is the general amplitude quantity which we must be shown in
a single sided line spectrum. The sample amplitude and phase spectrum are shown if Fig below.
The x-axis can be order of harmonics ‘n’ or frequency ‘nω’.
Example: Plot an amplitude and phase spectrum of a periodic function shown below with Vm
as 40 V and n = 0,1,2,3,…
29
NLS, UNIT-I, KARTHIK THIRUMALA
Exponential form
The phase angle in complex form ∅𝑛 is negative of the phase angle 𝜃𝑛 (∅𝑛 = −𝜃𝑛) . The 𝐶−𝑛 is
the conjugate of 𝐶𝑛 , which means angle associated with ‘-n’ is negative of angle associated with
‘n’ i.e., ∅−𝑛 = 𝜃𝑛 .
Lecture 6
Average Power and Effective RMS Calculation
If we have the Fourier series representation of the voltage and current at a pair of terminals in a
linear lumped-parameter circuit, we can easily express the average power at the terminals as a
function of the harmonic voltages and currents. Using the alternative trigonometric form of the
Fourier series, we write the periodic voltage and current at the terminals of a network as
30
NLS, UNIT-I, KARTHIK THIRUMALA
We assume that the current reference is in the direction of the reference voltage drop across the
terminals (using the passive sign convention), so that the instantaneous power at the terminals is
vi. The average power is
To find the expression for the average power, we substitute Eqs. 16.73 and 16.74 into Eq. 16.75
and integrate. At first glance, this appears to be a formidable task, because the product vi requires
multiplying two infinite series. If we expand, the integral of product of a constant and a cosine
term is zero. The integral of product of two cosine functions of different frequencies over a
period T will also yield zero. The only terms to survive integration are the products of voltage
and current at the same frequency and DC terms. Therefore Eq. 16.75 reduces to
31
NLS, UNIT-I, KARTHIK THIRUMALA
Equation 16.78 is particularly important because it states that in the case of an interaction
between a periodic voltage and the corresponding periodic current, the total average power is the
sum of the average powers obtained from the interaction of currents and voltages of the same
frequency. Currents and voltages of different frequencies do not interact to produce average
power. Therefore, in average-power calculations involving periodic functions, the total average
power is the superposition of the average powers associated with each harmonic voltage and
current.
RMS Value
The integral of the squared time function simplifies because the only terms to survive integration
over a period are the product of the dc term and the harmonic products of the same frequency.
All other products integrate to zero. Therefore Eq. 16.80 reduces to
Equation 16.81 states that the RMS value of a periodic function is the square root of the sum
obtained by adding the square of the RMS value of each harmonic to the square of the dc value.
This will yield an estimate of the near true value.
Frms in terms of Cn ?
32
NLS, UNIT-I, KARTHIK THIRUMALA
Example
1.
3. Assume that the periodic square-wave voltage is applied across the terminals of a 15-ohm
resistor. The value of Vm is 60 V, and that of T is 5 ms. a) Calculate the average power
associated with first five non-zero terms. b) Calculate the total average power delivered to
the 15 ohm resistor. c) What percentage of the total power is delivered by the first five terms of
the Fourier series? d) Estimate the RMS value of the voltage for the five terms.
33
NLS, UNIT-I, KARTHIK THIRUMALA
a)
Thus, using the first five nonzero terms of the Fourier series,
The voltage is applied to the terminals of a resistor, so we can find the power associated with each term as
The total power delivered by the first five nonzero terms is P = 55.15 W
b) To obtain the total average power delivered to the 15-ohm resistor, we first calculate the RMS
value of v(t) and the average power delivered to the resistor.
34
NLS, UNIT-I, KARTHIK THIRUMALA
Lecture 7
Additional Properties
The examples showed that the size of the various harmonic components and the powers
associated with the harmonics go down as the other harmonic increases you should like to see,
how fast these various co-efficient go down and that is; related to what is meant by, convergence
of the Fourier series you should look at the convergence like to look at the convergent properties
of the Fourier series.
1. Convergence: The Mean square error decreases monotonically with increase in ‘N’
number of terms.
2. Time shifting of functions, amplitude of the spectrum of f(t) and f(t-T) are equal
The Fourier series representation enables us to describe the periodic function in terms of the
frequency-domain attributes of amplitude and phase. The Fourier transform extends this
frequency-domain description to functions that are not periodic.
35
NLS, UNIT-I, KARTHIK THIRUMALA
The line spectrum is then obtained by simply erecting a vertical line at each harmonic frequency, as
shown in the sketch. The amplitudes shown are those of the cn. The particular case sketched applies to the
case where τ/T = 1/(1.5π) = 0.212. In Fig. b, the amplitude of the sinusoidal component is plotted as a
function of frequency.
Frequency resolution? Δω
36
NLS, UNIT-I, KARTHIK THIRUMALA
Fourier Transform and Fourier Integral
There are many important forcing functions, that are aperiodic, such as a single rectangular pulse, a step
function, a ramp function, or the impulse function. Frequency spectra may be obtained for such aperiodic
functions, but they will be continuous spectra in which some energy, in general, may be found in any
nonzero frequency interval, no matter how small. We will develop this concept by beginning with a
periodic function and then letting the period become infinite.
Case 2: T is large
The envelope will decrease in amplitude without otherwise changing shape, and that more and
more frequency components will be found in any given frequency interval. In the limit-time
period, we should expect an envelope of vanishingly small amplitude, filled with an infinite
number of frequency components separated by vanishingly small frequency intervals.
Case 3: T is infinite
As period, T approaches infinity, it implies a non-periodic waveform having only one pulse of
duration τ, which never repeats. The discrete-line spectrum approaches the continuous spectrum.
The number of frequency components between 0 and 100 Hz, for example, becomes infinite, but
the amplitude of each one approaches zero. At first thought, a spectrum of zero amplitude is a
puzzling concept. We know that the line spectrum of a periodic forcing function
shows the amplitude of each frequency component. But what does the zero amplitude continuous
spectrum of an aperiodic forcing function signify?
We now modify the Fourier series expansion foe periodic functions, such that it could represent
non-periodic transient functions. We begin the derivation of the Fourier transform, viewed as a
limiting case of a Fourier series, with the exponential form of the series:
As the period increases, the frequency moves from being a discrete variable to becoming a
continuous variable, or
As the period increases, the Fourier coefficients Cω get smaller. In the limit, Cω 0 as T ∞.
This result makes sense, because we expect the Fourier coefficients to vanish as the function
loses its periodicity.
37
NLS, UNIT-I, KARTHIK THIRUMALA
and
If we multiply each side of the equation by the period T and then undertake the limiting process,
a nontrivial result is obtained that is the coefficient density
Now let us apply the limiting process to f(t). We begin by multiplying and dividing the
summation by T
As T ∞, the summation approaches integration and CwT F(ω), the equation becomes
Lecture 8
Properties of Fourier Transform
The first mathematical property we call to your attention is that F(w) is a complex quantity and
can be expressed in either rectangular or polar form. Thus from the defining integral,
Where
Note:
1. The A(ω) is an even function of ω; in other words, A(ω) = A(-ω). The imaginary part of
F(ω), B(ω) is an odd function of ω; in other words, B(ω) = -B(-ω).
2. Magnitude is even function and phase angle
is an odd function.
38
NLS, UNIT-I, KARTHIK THIRUMALA
3. If f(t) is an even function, its Fourier transform is an even function, and if f(t) is an odd
function, its Fourier transform is an odd function.
Multiplication by a Constant
From the defining integral, if
Thus, multiplication of f(t) by a constant corresponds to multiplying F(w) by that same constant.
39
NLS, UNIT-I, KARTHIK THIRUMALA
40
NLS, UNIT-I, KARTHIK THIRUMALA
Linearity
Summary:
41
NLS, UNIT-I, KARTHIK THIRUMALA
Fourier Transform of Basic functions
42
NLS, UNIT-I, KARTHIK THIRUMALA
43
NLS, UNIT-I, KARTHIK THIRUMALA
44
NLS, UNIT-I, KARTHIK THIRUMALA
45
NLS, UNIT-I, KARTHIK THIRUMALA
46
NLS, UNIT-I, KARTHIK THIRUMALA
Problem: Find Fourier Transform of the given function x(t) using Translation and differentiation
properties
47
NLS, UNIT-I, KARTHIK THIRUMALA
Lecture 9
System function
In practice we are often faced with circuits to which arbitrary sources can be connected, and
require an efficient means of determining the new output each time. This is easily accomplished
if we can characterize the basic circuit by a transfer function called the system function. The
analysis can proceed in either the time domain or the frequency domain, although it is generally
more useful to work in the frequency domain.
As we have noted several times before, the output vo(t) at some point in a linear circuit can be
obtained by convolving the input vi(t) with the unit impulse response h(t). However, we must
remember that the impulse response results from the application of a unit impulse at t = 0 with
all initial conditions zero. Subsequently, we found that it was often more convenient to perform
such operations in the frequency domain, as the Fourier transform of the convolution of two
functions is simply the product of each function in the frequency domain.
By these means some relatively complicated integral expressions will be reduced to simple
functions of jw, and the mathematical operations of integration and differentiation will be
replaced by the simpler operations of algebraic multiplication and division.
In such situations, we have a simple four-step process in the frequency domain:
1. Determine the circuit system function H(jw) (if not already known)
obtain the system function H(jω) by assuming that the input and output voltages are
both sinusoids described by their corresponding phasors
2. Obtain the Fourier transform of the forcing function to be applied i.e., Fi(jw)
3. Multiply this transform and the system function; and finally Fo(jw) = H(jw) Fi(jw)
4. Perform an inverse transform operation on the product to find the output. i.e, Fo(t)
48
NLS, UNIT-I, KARTHIK THIRUMALA
2. Use Fourier transform techniques on the circuit of Fig below to find i1(t) at t = 1.5ms if is(t)
equals (a) δ(t) A; (b) u(t) A; (c) cos 500t A.
Answer:
3.
Answers:
4. When the input voltage to the system shown in figure below is 15u(t) V, the output voltage is
What is the output voltage if Vj = 15sgn(t) V?
49
NLS, UNIT-I, KARTHIK THIRUMALA
50
NLS, UNIT-I, KARTHIK THIRUMALA
7. The triangular-wave voltage source vg(t) is applied to the circuit in figure below. Estimate the
average power delivered to the resistor when the circuit is in steady-state operation.
Solution:
51
NLS, UNIT-I, KARTHIK THIRUMALA
8. A circuit shown below has an applied voltage v(t). Determine the effective voltage effective
current, average power and power factor.
Answer: 138.07 V, 16.58 A, 1374 W and 0.6
52
NLS, UNIT-I, KARTHIK THIRUMALA
Lecture 10
Keeping in mind that the Fourier transform of a sum is just the sum of the transforms of the
terms in the sum, and that cn is not a function of time, we can write
Using the properties of Fourier Transform
This shows that f(t) has a discrete spectrum consisting of impulses located at points on the ω axis
given by ω = nω0, n =...,-2,-1,0,1,.... The strength of each impulse is 2π times the value of the
corresponding Fourier coefficient appearing in the complex form of the Fourier series expansion
for f(t).
To demonstrate this, consider f (t) = cosω0t. First we evaluate the Fourier coefficients cn.
53
NLS, UNIT-I, KARTHIK THIRUMALA
Then
This expression has values that are nonzero only when n = ±1, and it follows, therefore, that the
entire summation reduces to
54