How can I calculate the FFT of a quaternion vector in MATLAB?

8 views (last 30 days)
I have an image or a data set represented in quaternion form and I would like a function to compute the FFT of my data.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
The ability to directly calculate the FFT of quaternions is not available in MATLAB.
There is, however, the FFTN function for multidimensional FFTs which may be helpful in calculating the FFT of a quaternion. For more information on this function, type the following command at the MATLAB prompt:
doc fftn

More Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!