2D FFT
|
03-23-2017, 06:36 PM
Post: #1
|
|||
|
|||
2D FFT
Is there a way to do a 2D FFT on the Prime?
|
|||
03-23-2017, 07:32 PM
Post: #2
|
|||
|
|||
RE: 2D FFT
create two Vandermonde() of the size you want.
and use the double summation that defines 2D FFT |
|||
03-23-2017, 07:45 PM
Post: #3
|
|||
|
|||
RE: 2D FFT
"Vandermonde"? Even google translate gives up.
|
|||
03-23-2017, 07:51 PM
(This post was last modified: 03-23-2017 08:09 PM by toshk.)
Post: #4
|
|||
|
|||
RE: 2D FFT
hp
menu>>matrix>>Create>>Vandermonde vandermonde([1,e^(-2pi*i/3),e^(-4pi*i/3)]) to create 3x3 matrix and use the definition for 2D FFT: https://www.mathworks.com/help/matlab/ref/fft2.html |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)