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!