Is there a faster or more efficient function or method compared to the QUANTIZ function to model non-linear quantizers?
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
The QUANTIZ function can model non-linear quantizers by including a non-linear partition file. The QUANTIZ function is a linear search based algorithm which means every partition point is compared to each sig input sample to find the corresponding code. Is there another MATLAB function or method with higher performance? (e.g. a function using binary search instead of linear search). I can write my own binary search based function, but I was wondering if one already exists or if there is an even more efficient method. Thanks in advance.
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!