2-D Fast DOST Decompotion and Reconstruction

This is the 2-D Fast DOST Decomposition and reconstruction. The computational complexity is O(NlnN)
729 Downloads
Updated 21 Apr 2014

View License

This is the 2-D Fast DOST Decomposition and reconstruction. The computational complexity is O(NlnN)

This code only take the input of size 2^m x 2^n due to the using of the FFT and the blocking strategy. For the input not at dyadic size, if can be padded first.

Cite As

Yanwei Wang (2024). 2-D Fast DOST Decompotion and Reconstruction (https://www.mathworks.com/matlabcentral/fileexchange/25685-2-d-fast-dost-decompotion-and-reconstruction), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

The full code has been added to this version instead of only the decomposition in the first version. Enjoy!

1.0.0.0