Feeds
질문
Can someone suggest how to efficiently model a non-linear quantizer in MATLAB code?
A linear quantizer can be efficiently modeled with the MATLAB round function. But a non-linear quantizer has irregular transitio...
거의 14년 전 | 답변 수: 1 | 1
1
답변질문
Is there a more efficient function than the MATLAB QUANTIZ() function for modeling a non-linear quantizer?
QUANTIZ() is a search based quantizer and therefore has slow performance. Is there another MATLAB function or modeling techniqu...
거의 14년 전 | 답변 수: 0 | 0
0
답변질문
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 ...
거의 14년 전 | 답변 수: 0 | 0