|
Contents | Previous | Next | Subchapters |
| Syntax |
e = nextpow2(x) |
| See Also | fft |
e
2 > | x |
If x is a vector, returns
nextpow2(length(x))
where length is the length of the vector x.
nextpow2(10)
O-Matrix will reply
4
If you enter
nextpow2(.2)
O-Matrix will reply
-2