Tài liệu The Fast Fourier Transform

Thảo luận trong 'Căn Bản' bắt đầu bởi Thúy Viết Bài, 5/12/13.

  1. Thúy Viết Bài

    Thành viên vàng

    Bài viết:
    198,891
    Được thích:
    167
    Điểm thành tích:
    0
    Xu:
    0Xu
    There are several ways to calculate the Discrete Fourier Transform (DFT), such as solving
    simultaneous linear equations or the correlation method described in Chapter 8. The Fast
    Fourier Transform (FFT) is another method for calculating the DFT. While it produces the same
    result as the other approaches, it is incredibly more efficient, often reducing the computation time
    by hundreds. This is the same improvement as flying in a jet aircraft versus walking! If the
    FFT were not available, many of the techniques described in this book would not be practical.
    While the FFT only requires a few dozen lines of code, it is one of the most complicated
    algorithms in DSP. But don't despair! You can easily use published FFT routines without fully
    understanding the internal workings.
     

    Các file đính kèm:

Đang tải...
Chủ đề tương tự
  1. Thúy Viết Bài

    Tài liệu C# Fast Food

    Thúy Viết Bài, 5/12/13, trong diễn đàn: Căn Bản
    Trả lời:
    0
    Xem:
    476
  2. Thúy Viết Bài
    Trả lời:
    0
    Xem:
    235
  3. Thúy Viết Bài
    Trả lời:
    0
    Xem:
    577
  4. Thúy Viết Bài

    Tài liệu Fourier Transform Pairs

    Thúy Viết Bài, 5/12/13, trong diễn đàn: Căn Bản
    Trả lời:
    0
    Xem:
    378
  5. Thúy Viết Bài
    Trả lời:
    0
    Xem:
    501