URL
https://opencores.org/ocsvn/fft2_size/fft2_size/trunk
Subversion Repositories fft2_size
[/] [fft2_size/] [fft_int/] [IntToBit32.m] - Rev 11
Go to most recent revision | Compare with Previous | Blame | View Log
function y = IntToBit32(x) % double to bit32 y = typecast(int32(round(x)), 'uint32'); end
Go to most recent revision | Compare with Previous | Blame | View Log