Name: Anonymous 2013-01-21 18:13
You might be crazy, but at least you know how to MATLAB
My code:
EDU>> %using the temporary variable levels
EDU>> levels=range/quantise_range;
levels=round(levels);
quantisation_bits=log2(levels)
I get an error message
What did I do wrong?
My code:
EDU>> %using the temporary variable levels
EDU>> levels=range/quantise_range;
levels=round(levels);
quantisation_bits=log2(levels)
I get an error message
What did I do wrong?