MATLAB SIGNAL PROCESSING BLOCKSET 7 User's Guide Page 337

  • Download
  • Add to my manuals
  • Print
  • Page
    / 738
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 336
FFT
5-180
convolve signals by taking the FFT of time domain data, multiplying
frequency-domain data, and inputting the product to an IFFT block.
The following model shows the implementation of the Overlap-Save FFT Filter
block. The implementation uses the FFT block in conjunction with an IFFT
block, so the FFT block is set to output in bit-reversed order, and the IFFT
block is set to accept inputs in bit-reversed order. Note that the
bitrevorder
function is used to reorder a vector processed with the FFT outputs.
Click here in the MATLAB Help browser to open the demo model.
Alternatively, type the following command in MATLAB.
olapfilt % Open the following demo model
To see the implementation of the Overlap-Save FFT Filter block, right-click on
the Overlap-Save FFT Filter block, and select
Look under mask. Look under
the mask of the Overlap-Add FFT Filter block as well, which also uses an FFT
block that outputs in bit-reversed order.
Implementation of the Overlap-Save FFT Filter Block
FFT block set to output
in bit-reversed order.
IFFT block set to accept
inputs in bit-reversed
order
bitrevorder function used to
comply with ordering of FFT output
Page view 336
1 2 ... 332 333 334 335 336 337 338 339 340 341 342 ... 737 738

Comments to this Manuals

No comments