next_power_of_2
Returns the smallest power of 2 greater or equal to i.
Namespace: dsp
Prototype
int next_power_of_2(unsigned int i)
Description
Computes the smallest power of 2 greater or equal to \(i\):
Returns the smallest power of 2 greater or equal to i.
Namespace: dsp
int next_power_of_2(unsigned int i)
Computes the smallest power of 2 greater or equal to \(i\):