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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0