Top "Dft" questions

Discrete Fourier transform (DFT) is a specific kind of discrete transform, used in Fourier analysis.

only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices

I am implementing fft as part of my homework. My problem lies in the implemention of shuffling data elements using …

python python-3.x numpy fft dft
FFT on image with Python

I have a problem with FFT implementation in Python. I have completely strange results. Ok so, I want to open …

python image fft dft
Fast Fourier Transform

I need to multiply two polynomials each having small integral coefficients. I need a fast FFT routine in C/C++ …

c++ c signal-processing fft dft
FFT real/imaginary/abs parts interpretation

I'm currently learning about discret Fourier transform and I'm playing with numpy to understand it better. I tried to plot …

numpy signal-processing fft complex-numbers dft
DSP - Filtering in the frequency domain via FFT

I've been playing around a little with the Exocortex implementation of the FFT, but I'm having some problems. Whenever I …

filtering signal-processing fft dft
Inverse fourier transformation in OpenCV

I am new in OpenCV and image processing algorithms. I need to do inverse discrete fourier transformation in OpenCV in …

c++ opencv fft inverse dft
Power spectrum of an image

I have begun (a small project) to calculate the power spectrum of an image in the frequency domain. So, what …

matlab signal-processing dft
amplitude of numpy's fft results is to be multiplied by sampling period?

I try to validate my understanding of Numpy's FFT with an example: the Fourier transform of exp(-pi*t^2) should …

python numpy fft dft
How can I get DFT/FFT output frequencies in Hertz?

I want to develop musical notes detector as my degree project and I want to do it from scratch. I …

c audio fft dft
unit of fft(DFT) x axis

Possible Duplicate: How to get Frequency from FFT result I am somehow confused with the x axis of fft(DFT) …

matlab signal-processing fft dft