nextpow2357(n,inc)

Find next power of 2,3,5,7,... for optimal FFT sizing
66 Downloads
Updated 13 Jul 2015

View License

The FFT is optimal if the number of samples is 2^N × 3^O × 5^P ..... The function accepts a number and returns the exact power of 2,3,5,7,9,11 greater or smaller than the number. It is a generalization of nextpow2

Cite As

Andrea monti guarnieri (2024). nextpow2357(n,inc) (https://www.mathworks.com/matlabcentral/fileexchange/52079-nextpow2357-n-inc), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Fourier Analysis and Filtering in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0