Question: This is matlab session for signal compression. Here using Quantize function. can you help me to answer how the function works? and why using quantize

This is matlab session for signal compression. Here using Quantize function. can you help me to answer how the function works? and why using quantize function?

This is matlab session for signal compression. Here using Quantize function. can

function y = quantize (x, bits) m = max (abs (x)); delta_step=m/24 (bits-1); y=quant (x, delta_step); y(y == * -(2^ (bits-1) *delta_step)) = -(2^(bits-1)-1) *delta_step; function y = quantize (x, bits) m = max (abs (x)); delta_step=m/24 (bits-1); y=quant (x, delta_step); y(y == * -(2^ (bits-1) *delta_step)) = -(2^(bits-1)-1) *delta_step

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!