필터 지우기
필터 지우기

Quantisation

조회 수: 1 (최근 30일)
fit institute
fit institute 2011년 3월 10일
hello, Is there a direct function in Matlab to quantize fixed point numbers to specified numbers of bits.....

답변 (1개)

Walter Roberson
Walter Roberson 2011년 3월 10일
If you are using the fixed point toolkit then use eps to get the relative quantization error.
If you are not using the fixed point toolkit, then you will have to undertake the calculation yourself.
Please note: when asking about fixed point numbers, it is best to say explicitly whether you are using the fixed point toolkit or not. Your earlier questions referenced DCT, which does not assume the existence of a fixed point toolkit (just of something that will do arithmetic with the properties required for DCT.)

카테고리

Help CenterFile Exchange에서 Fixed-Point Designer에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by