MATLAB SIGNAL PROCESSING BLOCKSET 7 Podręcznik Użytkownika Strona 337

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 738
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 336
1 2 ... 332 333 334 335 336 337 338 339 340 341 342 ... 737 738

Komentarze do niniejszej Instrukcji

Brak uwag