1 / 12

Integral Transform

Integral Transform. Integral transform: K( ,t): Kernel Mapping a function f(t) in t-space into another function g() in -space Fourier, Wavelet, Z-transform, Laplace, Hilbert, Radon, etc An original problem is difficult to solve in the original coordinate.

benito
Download Presentation

Integral Transform

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Integral Transform

  2. Integral transform: K(,t): Kernel Mapping a function f(t) in t-space into another function g() in -space Fourier, Wavelet, Z-transform, Laplace, Hilbert, Radon, etc An original problem is difficult to solve in the original coordinate. Often, the transform of the problem can be solved more easily. Then, the inverse transform returns the solution from the transform coordinates to the original system. Problem in Transform space Relatively easy solution Solution in Transform space Inverse transform Integral transform Solution of original problem Original problem Difficult solution Integral Transforms

  3. A physical process can be described either in the time domain by a function of time t, h(t), or in the frequency domain as a function of frequency f, H(f) h(t) and H(f) are two different representations of the same process. One goes back and forth between these two representations by means of the Fourier transform, Dirac delta function: Using angular frequency =2f, Fourier Transform, I

  4. FT of Dirac delta function: FT of cos(0t) 1 d(t) cos(w0t) w t +w0 -w0 0 0 w t Examples, I

  5. FT of exp(2if0t)=exp(i0t) exp(iw0t) Im t 0 Sum Re t 0 Examples, II F {exp(iw0t)} w w0 0 FT w 0

  6. DFT appears to be an O(N2) process. Danielson and Lanczos; DFT of length N can be rewritten as the sum of two DFT of length N/2. We can do the same reduction of Hk0 to the transform of its N/4 even-numbered input data and N/4 odd-numbered data. For N = 2R, we can continue applying the reduction until we subdivide the data into the transforms of length 1. For every pattern of log2N number of 0’s and 1’s, there is one-point transformation that is just one of the input number hn Fast Fourier Transform (FFT), I

  7. For N=8 Since WN/2 = -1, Hk0 and Hk1 have period N/2, Diagrammatically (butterfly), There are N/2 butterflies for this stage of the FFT, and each butterfly requires one multiplication Fast Fourier Transform (FFT), II

  8. So far, The splitting of {Hk} into two half-size DFTs can be repeated on Hk0 and Hk1 themselves, Fast Fourier Transform (FFT), III

  9. So far, {Hk00} is the N/4-point DFT of {h0, h4,…, hN-4}, {Hk01} is the N/4-point DFT of {h2, h6,…, hN-2}, {Hk10} is the N/4-point DFT of {h1, h5,…, hN-3}, {Hk11} is the N/4-point DFT of {h3, h7,…, hN-1}, Note that there is a reversal of the last two digits in the binary expansions of the indices j in {hj}. Fast Fourier Transform (FFT), III

  10. Fast Fourier Transform (FFT), IV

  11. If we continue with this process of halving the order of the DFTS, then after R=log2N stages, we reach where we are performing N one-point DFTs. One-point DFT of the number hj is just the identity hj hj Since the reversal of the order of the bits will continue, all bits in the binary expansion of j will be arranged in reverse order. Therefore, to begin the FFT, one must first rearrange {hj} so it is listed in bit reverse order. For each of the log2N stages, there are N/2 multiplications, hence there are (N/2)log2N multiplications needed for FFT. Much less time than the (N-1)2 multiplications needed for a direct DFT calculation. When N=1024, FFT=5120 multiplication, DFT=1,046,529  savings by a factor of almost 200. Fast Fourier Transform (FFT), V

  12. Fast Fourier Transform (FFT), VI

More Related