Unit - 2
Integral Transforms-I
Q1) State the Fourier integral theorem.
A1)
Theorem 1 (The Fourier Integral Theorem): If f∈L(R) and if there exists an x∈R and a δ>0 such that either:
1) f is of bounded variation on [x−δ,x+δ].
2) f(x+) and f(x−) both exist, and
Riemann integral that isn't right.
Before we look at any examples of the Fourier integral theorem, we'll demonstrate the following two equalities for even and off functions that satisfy the theorem:
Theorem 2: If f∈L(R) satisfies either of the conditions of the Fourier integral theorem then:
a) If f is an even function then
b) If f is an odd function then
Proof of a) Suppose that f∈L(R) satisfies either of the conditions of the Fourier integral theorem. Then:
Because f is an even function of u and sinvu is an odd function of u, f(u)sinvu is also an odd function of u, and so on.
Interval
Because f is an even function of u and cosvu is an even function of u, f(u)cosvu is an even function of u, and so on for the symmetric functions.
Interval so:
Proof of b) Assume that fL(R) fulfils one of the Fourier integral theorem's requirements. Then there's the following:
Because f is an odd function of u and cosvu is an even function of u, we get f(u)cosvu, and similarly, since sinvu is an odd function of u, we get f(u)sinvu. As in
(a) above, the evidence is as follows:
Q2) Describe a Fourier transform.
A2)
Fourier transform
The Fourier Transform comes into play here. The notion that every non-linear function can be represented as a sum of (infinite) sine waves is used in this method. This is depicted in the underlying picture, where a step function is approximated by a slew of sine waves.
Fig. Step function simulated with sine waves
A Fourier Transform deconstructs a temporal signal and returns information on the frequency of all sine waves required to reproduce that signal. The Discrete Fourier Transform (DFT) is defined as follows for sequences of equally spaced values:
Where:
- N is the total number of samples.
- n denotes the current sample.
- Xn is the signal's value at time n.
- k is the frequency of the current (0 Hz to N-1 Hz)
- Xk denotes the DFT result (amplitude and phase)
It's worth noting that a dot product is defined as follows:
A DFT algorithm can thus be as written as:
Import numpy as np
DefDFT(x):
Compute the discrete Fourier Transform of the 1D array x
:param x: (array)
N =x.size
n =np.arange(N)
k =n.reshape((N, 1))
e =np.exp(-2j*np.pi* k * n / N)
Returnnp.dot(e, x)
However, running this code on our time signal, which contains around 10,000 data, takes more than 10 seconds!
Iiftyhr56gyuzlhskssaasdfhkqqweaeqwertip77aszxmnbbvcxxz
Fortunately, some brilliant people (Cooley and Tukey) devised the Fast Fourier Transform (FFT) technique, which recursively divides the DFT into smaller DFTs, greatly reducing the required computing time. The FFT scales O(N log(N), whereas the normal DFT scales O(N2).
Q3) Determine the fourier series of the function f(x) = 1 – x2 in the interval [-1, 1].
A3)
Given,
f(x) = 1 – x2; [-1, 1]
We know that, the fourier series of the function f(x) in the interval [-L, L], i.e. -L ≤ x ≤ L is written as:
f(x) = A0 +
Here,
A0 =
An =
Bn =
Now, by applying he formula for f(x) in the interval [-1, 1]:
f(x) =
By simplifying the definite integrals,
=
=
Q4) Write Fourier transform of trigonometric
A4)
Fourier Transform—Cosine
Where δ(x) is the delta function.
Fourier Transform—Gaussian
The Fourier transform of a Gaussian function f(x) ≡ e-ax2 is given by
Integration across a symmetrical range yields 0 since the second integrand is odd. Abramowitz and Stegun (1972, p. 302, equation 7.4.6) give the value of the first integral, so
As a result, a Gaussian becomes another Gaussian.
Q5) Write a short note on Describing a Wave.
A5)
A wave is a disturbance in a medium that travels while transferring momentum and energy without causing the medium to move. A travelling wave is a wave that travels through the medium between its greatest and minimum amplitude levels. Consider the disturbance generated when we jump on a trampoline to better understand a wave. When we jump on a trampoline, the downward force we exert at one location on the trampoline causes the material adjacent to it to go downward as well.
When the produced disturbance spreads outward, the spot where our feet originally impacted the trampoline recovers and moves outward due to the trampoline's tension force, which also moves the adjoining materials outward. As the trampoline's surface area is covered, the up and down motion gradually spreads out. This disruption takes the form of a wave.
Here are a few key considerations to keep in mind about the wave:
The crests and troughs of a wave are the high and low points of the wave, respectively.
The maximum distance of the wave's disturbance from the mid-point to either the top of the crest or the bottom of a trough is known as amplitude, while the distance between two consecutive crests or troughs is known as wavelength and is represented by
A time period is the length of time between full vibrations.
A frequency is the number of vibrations a wave experiences in one second.
The following is the link between time period and frequency:
The equation for a wave's speed can be found here.
Q6) Explain Different Types of Waves.
A6)
Waves come in a variety of shapes and sizes, each with its own set of features. These qualities aid in the classification of wave types. One approach to distinguish travelling waves is the orientation of particle motion in relation to the direction of wave propagation. The following are the several forms of waves, which are classified based on particle motion:
● Pulse Waves – A pulse wave is a wave that goes through the transmission medium with only one disruption or peak.
● Continuous Waves – A continuous wave is a waveform with the same amplitude and frequency all the time.
● Transverse Waves – The velocity of a particle in a transverse wave is perpendicular to the wave's propagation direction.
● Longitudinal Waves – Longitudinal waves are those in which the particle's motion is in the same direction as the wave's propagation.
Despite their differences, they all have one thing in common: energy transfer. E=1/2 KA2 is the energy of an object in simple harmonic motion. We can deduce from this equation that a wave's energy is proportional to the square of its amplitude, i.e. E/A2. This link between energy and amplitude is crucial in determining the extent of damage that earthquake shock waves can do. Because the waves are spread out across a larger area, they become weaker as they spread out.
Q7) What is Representation of Dirac delta function as a fourier integral?
A7)
Dirac's delta function and the Fourier transform
We use a limiting approach to define the Dirac delta function, which is not a function in the traditional sense (mathematicians term it a distribution).
δ(x) = lim Λ fΛ(x)
Where fΛ(x) is an ordinary function depending on the parameter Λ.The requirement on δ(x) is
Where the point x=a is included in the integration range. The function g is referred to as a 'test' function because it is expected to behave 'nicely,' with no singularities and approaching 0 at infinity. It follows from the basic property (76) that
xδ(x) = 0
This is significant when dividing: It is not necessary to conclude that f(x)g(x)=h(x) from f(x)g(x)=h(x) (x). Instead, C is an arbitrary constant, as can be seen by multiplying both sides by g(x) and using.
We get the special result by putting g=1 in (76). To satisfy (76), the quantity can only have support at x=0, and it must be infinite at this point to yield a finite integral. As a result, the ordinary function must grow increasingly peaked around x=0 and larger and larger for rising.
A limiting function is exemplified by the following example.
fΛ (x) = sin Λ x / π x
This function has the value Λ/π for x=0, and the width of its first peak is π/ Λ 0. For larger values of x it oscillates rapidly. To show that f Λ approaches a delta function for , we notice that (take y = Λ x)
The last y-integral has been performed in eqs. (3-10) and (3-11) in the book and is equal to . The property (76) is seen to be satisfied (with the arbitrary point a taken to be 0). Therefore
δ(x) =
There are numerous alternative ways to represent the delta function, but the one provided by (80) is particularly useful, as shown in the example below.
Let's say we have a function f(x) and we want to create a new function.
The methods below can be used to flip this relationship.
Where we used eqs. (76) and (80). We then get the pair of equations in the limit
Thus, eq. (82) is a one-line derivation of Mathews and Walker's eqs. (4-16). This demonstrates the delta function's immense power.
It's worth noting that, thanks to eq. (80), the delta function has the following formal integral representation:
This could also be obtained by taking f(x) = δ(x) in (83). The limits of the integral should really be understood as being between -Λ and Λ, but in calculations one can often use this integral with Λ already taken to infinity.
As a further illustration of the delta function, let us return to the Fourier series discussed in the former section. Taking into account that S(θ) = f(θ) (assuming f to be continuous), we see that eq. (69) requires
We utilised eq. In the last step (70). This delta function form is identical to the one shown in eq. (80) and in (84). In particular, we may formalise eq. (85) as
Which is a discrete version of (84).
To show (85) directly we study how it acts in an integral,
f(0)
For N . The final expression is the same as what we would have gotten if we had used (80). As a result, when the integral sign is used, the two representations (80) and (85) end up being the same.
The Dirac delta distribution (1.16) is historically and commonly replaced by the Dirac delta (or Dirac delta function) in physics and engineering applications (x). This is an operator with the following characteristics:
1.17.1δ(x)=0,
x∈ℝ, x≠0,
And
(1.17.2)
If specific requirements on the function are met (x). The left-hand side of (1.17.2) can be read mathematically as a generalised integral in the sense that
(1.17.3)
n(x), n=1,2,.... For an appropriately chosen series of functions A delta sequence is what we name it, and we write it symbolically as
(1.17.4)
An example of a delta sequence is provided by
δn (x – a) =
(1.17.5)
In this case
(1.17.6)
For all functions ϕ(x) that are continuous when x∈(-∞,∞), and for each a, converges absolutely for all sufficiently large values of n. The last condition is satisfied, for example, when (x) = O( , where α is a real constant.
More generally, assume ϕ(x) is piecewise continuous (§1.4(ii)) when x∈[-c,c] for any finite positive real value of c, and for each a, converges absolutely for all sufficiently large values of n. Then
(1.17.7)
Q8) Explain Constructive and Destructive Interference.
A8)
Interference is a phenomena in which two waves superimpose to generate a new wave of lower, larger, or equal amplitude. The interaction of waves that are associated with one other, either because of the same frequency or because they come from the same source, causes constructive and destructive interference. Interference effects can be seen in a variety of waves, including gravity and light waves.
When two or more propagating waves of the same kind collide at the same site, the resulting amplitude is equal to the vector sum of the individual waves' amplitudes, according to the principle of superposition of waves. The resultant amplitude is the total of the individual amplitudes when the crest of one wave meets the crest of another wave of the same frequency at the same place. Constructive interference is the term for this form of interference. When a wave's crest collides with a wave's trough, the resulting amplitude equals the difference between the separate amplitudes, which is known as destructive interference.
Q9) What are Fourier transform of derivatives?
A9)
The Fourier transform of a derivative, in 3D:
F[i f(x)] =
=[f(x) -
= -
= -(-ii)
= ii F[f(x)]
An alternative derivation is to start from:
f(x) = F-1[
And differentiate both sides:
if(x) =
if(x) =
From which:
F[i f(x)] = ii =
Q10) State the Convolution theorem.
A10)
Convolution in the time domain corresponds to multiplication in the frequency domain, and vice versa, according to the convolution theorem:
F[x(t) * y(t)] = X(j) Y(j) (a)
F[x(t) y(t)] = X(j) * Y(j) (b)
Proof of (a):
F[x(t) * y(t)]
X(j) Y(j)
Proof of (b):
Q11) Write a Short note on Integral Representations.
A11)
Formal interchange of the order of integration in the Fourier integral formula.
(1.17.8)
Yields
(1.17.9)
The inner integral does not converge. However, for n=1,2,…,
(1.17.10)
Hence comparison with (1.17.5) shows that (1.17.9) can be interpreted as a generalized integral (1.17.3) with
(1.17.11)
Provided that ϕ(x) is continuous when x∈(-∞,∞), and for each a, converges absolutely for all sufficiently large values of n (as in the case of (1.17.6)). Then comparison of (1.17.2) and (1.17.9) yields the formal integral representation
(1.17.12)
Q12) Describe Inverse fourier transform.
A12)
The Fourier transform of the generalized function 1/x is given by
Fx(-PV 1/πx) (k) = 1/π PV
= PV
Where PV denotes the Cauchy principal value. Equation (4) can also be written as the single equation
Fx (-PV 1/πx)(k) = i[1 – 2H (-k)]
Where H(x) is the Heaviside step function. The integrals follow from the identity
= ½ π
Q13) Explain Time Derivative and Time Integration with proofs.
A13)
Time Derivative
F[ d/dt x(t)] = j X(j)
Proof: Differentiating the inverse Fourier transform X(j) with respect to t we get:
d/dt x( t d/dt [ 1/2π = 1/2π
1/2π = F-1 [j X (j)]
Repeating this process we get
F[dn/dtn x(t) ] = (j)n X(j)
Time Integration
Consider the Fourier transforms of the two signals below:
u(t) = sgn(t) = = u(t) – ½
d u(t)/dt = δ(t), d sgn(t)/dt = d/dt [ u(t) – ½ ] = δ(t)
According to the time derivative property above
X(j) = F[x(t)] = 1/j F [ d/dt x(t)]
We get
F[u(t)] = 1/j F[d/dt x(t)] = 1/j F[δ(t)] = 1/j
And
F[sgn(t)] = 1/j F[d/dt sgnt)] = 1/j F[δ(t)] = 1/j
Why do the two different functions have the same transform?
In general, any two function f(t) and g(t) = f(t) + c with a constant difference c have the same derivative d f(t)/dt, and therefore they have the same transform according the above method. This problem is obviously caused by the fact that the constant difference c is lost in the derivative operation. To recover this constant difference in time domain, a delta function needs to be added in frequency domain. Specifically, as function sgn(t) does not have DC component, its transform does not contain a delta:
F[sgn(t)] = 1/j
To find the transform of u(t), consider
u(t) = sgn(t) + ½
And
F[u(t)] = F[sgn(t)] + F[1/2] = 1/j + πδ()
The added impulse term πδ() directly reflects the constant c = ½ in time domain.
Now we show that the Fourier transform of a time integration is
F[
Proof:
First consider the convolution of x(t) and u(t):
x(t) * u(t) =
Due to the convolution theorem, we have
F[
Unit - 2
Integral Transforms-I
Q1) State the Fourier integral theorem.
A1)
Theorem 1 (The Fourier Integral Theorem): If f∈L(R) and if there exists an x∈R and a δ>0 such that either:
1) f is of bounded variation on [x−δ,x+δ].
2) f(x+) and f(x−) both exist, and
Riemann integral that isn't right.
Before we look at any examples of the Fourier integral theorem, we'll demonstrate the following two equalities for even and off functions that satisfy the theorem:
Theorem 2: If f∈L(R) satisfies either of the conditions of the Fourier integral theorem then:
a) If f is an even function then
b) If f is an odd function then
Proof of a) Suppose that f∈L(R) satisfies either of the conditions of the Fourier integral theorem. Then:
Because f is an even function of u and sinvu is an odd function of u, f(u)sinvu is also an odd function of u, and so on.
Interval
Because f is an even function of u and cosvu is an even function of u, f(u)cosvu is an even function of u, and so on for the symmetric functions.
Interval so:
Proof of b) Assume that fL(R) fulfils one of the Fourier integral theorem's requirements. Then there's the following:
Because f is an odd function of u and cosvu is an even function of u, we get f(u)cosvu, and similarly, since sinvu is an odd function of u, we get f(u)sinvu. As in
(a) above, the evidence is as follows:
Q2) Describe a Fourier transform.
A2)
Fourier transform
The Fourier Transform comes into play here. The notion that every non-linear function can be represented as a sum of (infinite) sine waves is used in this method. This is depicted in the underlying picture, where a step function is approximated by a slew of sine waves.
Fig. Step function simulated with sine waves
A Fourier Transform deconstructs a temporal signal and returns information on the frequency of all sine waves required to reproduce that signal. The Discrete Fourier Transform (DFT) is defined as follows for sequences of equally spaced values:
Where:
- N is the total number of samples.
- n denotes the current sample.
- Xn is the signal's value at time n.
- k is the frequency of the current (0 Hz to N-1 Hz)
- Xk denotes the DFT result (amplitude and phase)
It's worth noting that a dot product is defined as follows:
A DFT algorithm can thus be as written as:
Import numpy as np
DefDFT(x):
Compute the discrete Fourier Transform of the 1D array x
:param x: (array)
N =x.size
n =np.arange(N)
k =n.reshape((N, 1))
e =np.exp(-2j*np.pi* k * n / N)
Returnnp.dot(e, x)
However, running this code on our time signal, which contains around 10,000 data, takes more than 10 seconds!
Iiftyhr56gyuzlhskssaasdfhkqqweaeqwertip77aszxmnbbvcxxz
Fortunately, some brilliant people (Cooley and Tukey) devised the Fast Fourier Transform (FFT) technique, which recursively divides the DFT into smaller DFTs, greatly reducing the required computing time. The FFT scales O(N log(N), whereas the normal DFT scales O(N2).
Q3) Determine the fourier series of the function f(x) = 1 – x2 in the interval [-1, 1].
A3)
Given,
f(x) = 1 – x2; [-1, 1]
We know that, the fourier series of the function f(x) in the interval [-L, L], i.e. -L ≤ x ≤ L is written as:
f(x) = A0 +
Here,
A0 =
An =
Bn =
Now, by applying he formula for f(x) in the interval [-1, 1]:
f(x) =
By simplifying the definite integrals,
=
=
Q4) Write Fourier transform of trigonometric
A4)
Fourier Transform—Cosine
Where δ(x) is the delta function.
Fourier Transform—Gaussian
The Fourier transform of a Gaussian function f(x) ≡ e-ax2 is given by
Integration across a symmetrical range yields 0 since the second integrand is odd. Abramowitz and Stegun (1972, p. 302, equation 7.4.6) give the value of the first integral, so
As a result, a Gaussian becomes another Gaussian.
Q5) Write a short note on Describing a Wave.
A5)
A wave is a disturbance in a medium that travels while transferring momentum and energy without causing the medium to move. A travelling wave is a wave that travels through the medium between its greatest and minimum amplitude levels. Consider the disturbance generated when we jump on a trampoline to better understand a wave. When we jump on a trampoline, the downward force we exert at one location on the trampoline causes the material adjacent to it to go downward as well.
When the produced disturbance spreads outward, the spot where our feet originally impacted the trampoline recovers and moves outward due to the trampoline's tension force, which also moves the adjoining materials outward. As the trampoline's surface area is covered, the up and down motion gradually spreads out. This disruption takes the form of a wave.
Here are a few key considerations to keep in mind about the wave:
The crests and troughs of a wave are the high and low points of the wave, respectively.
The maximum distance of the wave's disturbance from the mid-point to either the top of the crest or the bottom of a trough is known as amplitude, while the distance between two consecutive crests or troughs is known as wavelength and is represented by
A time period is the length of time between full vibrations.
A frequency is the number of vibrations a wave experiences in one second.
The following is the link between time period and frequency:
The equation for a wave's speed can be found here.
Q6) Explain Different Types of Waves.
A6)
Waves come in a variety of shapes and sizes, each with its own set of features. These qualities aid in the classification of wave types. One approach to distinguish travelling waves is the orientation of particle motion in relation to the direction of wave propagation. The following are the several forms of waves, which are classified based on particle motion:
● Pulse Waves – A pulse wave is a wave that goes through the transmission medium with only one disruption or peak.
● Continuous Waves – A continuous wave is a waveform with the same amplitude and frequency all the time.
● Transverse Waves – The velocity of a particle in a transverse wave is perpendicular to the wave's propagation direction.
● Longitudinal Waves – Longitudinal waves are those in which the particle's motion is in the same direction as the wave's propagation.
Despite their differences, they all have one thing in common: energy transfer. E=1/2 KA2 is the energy of an object in simple harmonic motion. We can deduce from this equation that a wave's energy is proportional to the square of its amplitude, i.e. E/A2. This link between energy and amplitude is crucial in determining the extent of damage that earthquake shock waves can do. Because the waves are spread out across a larger area, they become weaker as they spread out.
Q7) What is Representation of Dirac delta function as a fourier integral?
A7)
Dirac's delta function and the Fourier transform
We use a limiting approach to define the Dirac delta function, which is not a function in the traditional sense (mathematicians term it a distribution).
δ(x) = lim Λ fΛ(x)
Where fΛ(x) is an ordinary function depending on the parameter Λ.The requirement on δ(x) is
Where the point x=a is included in the integration range. The function g is referred to as a 'test' function because it is expected to behave 'nicely,' with no singularities and approaching 0 at infinity. It follows from the basic property (76) that
xδ(x) = 0
This is significant when dividing: It is not necessary to conclude that f(x)g(x)=h(x) from f(x)g(x)=h(x) (x). Instead, C is an arbitrary constant, as can be seen by multiplying both sides by g(x) and using.
We get the special result by putting g=1 in (76). To satisfy (76), the quantity can only have support at x=0, and it must be infinite at this point to yield a finite integral. As a result, the ordinary function must grow increasingly peaked around x=0 and larger and larger for rising.
A limiting function is exemplified by the following example.
fΛ (x) = sin Λ x / π x
This function has the value Λ/π for x=0, and the width of its first peak is π/ Λ 0. For larger values of x it oscillates rapidly. To show that f Λ approaches a delta function for , we notice that (take y = Λ x)
The last y-integral has been performed in eqs. (3-10) and (3-11) in the book and is equal to . The property (76) is seen to be satisfied (with the arbitrary point a taken to be 0). Therefore
δ(x) =
There are numerous alternative ways to represent the delta function, but the one provided by (80) is particularly useful, as shown in the example below.
Let's say we have a function f(x) and we want to create a new function.
The methods below can be used to flip this relationship.
Where we used eqs. (76) and (80). We then get the pair of equations in the limit
Thus, eq. (82) is a one-line derivation of Mathews and Walker's eqs. (4-16). This demonstrates the delta function's immense power.
It's worth noting that, thanks to eq. (80), the delta function has the following formal integral representation:
This could also be obtained by taking f(x) = δ(x) in (83). The limits of the integral should really be understood as being between -Λ and Λ, but in calculations one can often use this integral with Λ already taken to infinity.
As a further illustration of the delta function, let us return to the Fourier series discussed in the former section. Taking into account that S(θ) = f(θ) (assuming f to be continuous), we see that eq. (69) requires
We utilised eq. In the last step (70). This delta function form is identical to the one shown in eq. (80) and in (84). In particular, we may formalise eq. (85) as
Which is a discrete version of (84).
To show (85) directly we study how it acts in an integral,
f(0)
For N . The final expression is the same as what we would have gotten if we had used (80). As a result, when the integral sign is used, the two representations (80) and (85) end up being the same.
The Dirac delta distribution (1.16) is historically and commonly replaced by the Dirac delta (or Dirac delta function) in physics and engineering applications (x). This is an operator with the following characteristics:
1.17.1δ(x)=0,
x∈ℝ, x≠0,
And
(1.17.2)
If specific requirements on the function are met (x). The left-hand side of (1.17.2) can be read mathematically as a generalised integral in the sense that
(1.17.3)
n(x), n=1,2,.... For an appropriately chosen series of functions A delta sequence is what we name it, and we write it symbolically as
(1.17.4)
An example of a delta sequence is provided by
δn (x – a) =
(1.17.5)
In this case
(1.17.6)
For all functions ϕ(x) that are continuous when x∈(-∞,∞), and for each a, converges absolutely for all sufficiently large values of n. The last condition is satisfied, for example, when (x) = O( , where α is a real constant.
More generally, assume ϕ(x) is piecewise continuous (§1.4(ii)) when x∈[-c,c] for any finite positive real value of c, and for each a, converges absolutely for all sufficiently large values of n. Then
(1.17.7)
Q8) Explain Constructive and Destructive Interference.
A8)
Interference is a phenomena in which two waves superimpose to generate a new wave of lower, larger, or equal amplitude. The interaction of waves that are associated with one other, either because of the same frequency or because they come from the same source, causes constructive and destructive interference. Interference effects can be seen in a variety of waves, including gravity and light waves.
When two or more propagating waves of the same kind collide at the same site, the resulting amplitude is equal to the vector sum of the individual waves' amplitudes, according to the principle of superposition of waves. The resultant amplitude is the total of the individual amplitudes when the crest of one wave meets the crest of another wave of the same frequency at the same place. Constructive interference is the term for this form of interference. When a wave's crest collides with a wave's trough, the resulting amplitude equals the difference between the separate amplitudes, which is known as destructive interference.
Q9) What are Fourier transform of derivatives?
A9)
The Fourier transform of a derivative, in 3D:
F[i f(x)] =
=[f(x) -
= -
= -(-ii)
= ii F[f(x)]
An alternative derivation is to start from:
f(x) = F-1[
And differentiate both sides:
if(x) =
if(x) =
From which:
F[i f(x)] = ii =
Q10) State the Convolution theorem.
A10)
Convolution in the time domain corresponds to multiplication in the frequency domain, and vice versa, according to the convolution theorem:
F[x(t) * y(t)] = X(j) Y(j) (a)
F[x(t) y(t)] = X(j) * Y(j) (b)
Proof of (a):
F[x(t) * y(t)]
X(j) Y(j)
Proof of (b):
Q11) Write a Short note on Integral Representations.
A11)
Formal interchange of the order of integration in the Fourier integral formula.
(1.17.8)
Yields
(1.17.9)
The inner integral does not converge. However, for n=1,2,…,
(1.17.10)
Hence comparison with (1.17.5) shows that (1.17.9) can be interpreted as a generalized integral (1.17.3) with
(1.17.11)
Provided that ϕ(x) is continuous when x∈(-∞,∞), and for each a, converges absolutely for all sufficiently large values of n (as in the case of (1.17.6)). Then comparison of (1.17.2) and (1.17.9) yields the formal integral representation
(1.17.12)
Q12) Describe Inverse fourier transform.
A12)
The Fourier transform of the generalized function 1/x is given by
Fx(-PV 1/πx) (k) = 1/π PV
= PV
Where PV denotes the Cauchy principal value. Equation (4) can also be written as the single equation
Fx (-PV 1/πx)(k) = i[1 – 2H (-k)]
Where H(x) is the Heaviside step function. The integrals follow from the identity
= ½ π
Q13) Explain Time Derivative and Time Integration with proofs.
A13)
Time Derivative
F[ d/dt x(t)] = j X(j)
Proof: Differentiating the inverse Fourier transform X(j) with respect to t we get:
d/dt x( t d/dt [ 1/2π = 1/2π
1/2π = F-1 [j X (j)]
Repeating this process we get
F[dn/dtn x(t) ] = (j)n X(j)
Time Integration
Consider the Fourier transforms of the two signals below:
u(t) = sgn(t) = = u(t) – ½
d u(t)/dt = δ(t), d sgn(t)/dt = d/dt [ u(t) – ½ ] = δ(t)
According to the time derivative property above
X(j) = F[x(t)] = 1/j F [ d/dt x(t)]
We get
F[u(t)] = 1/j F[d/dt x(t)] = 1/j F[δ(t)] = 1/j
And
F[sgn(t)] = 1/j F[d/dt sgnt)] = 1/j F[δ(t)] = 1/j
Why do the two different functions have the same transform?
In general, any two function f(t) and g(t) = f(t) + c with a constant difference c have the same derivative d f(t)/dt, and therefore they have the same transform according the above method. This problem is obviously caused by the fact that the constant difference c is lost in the derivative operation. To recover this constant difference in time domain, a delta function needs to be added in frequency domain. Specifically, as function sgn(t) does not have DC component, its transform does not contain a delta:
F[sgn(t)] = 1/j
To find the transform of u(t), consider
u(t) = sgn(t) + ½
And
F[u(t)] = F[sgn(t)] + F[1/2] = 1/j + πδ()
The added impulse term πδ() directly reflects the constant c = ½ in time domain.
Now we show that the Fourier transform of a time integration is
F[
Proof:
First consider the convolution of x(t) and u(t):
x(t) * u(t) =
Due to the convolution theorem, we have
F[