About 993,000 results
Open links in new tab
  1. Quantization - MATLAB & Simulink - MathWorks

    Quantization is a process that, in effect, digitizes an analog signal. The process maps input sample values within range partitions to different common values. Quantization mapping …

  2. Lab 1 - Digital Signal Processing. Sampling and Quantization

    Dec 16, 2015 · Quantization is done by replacing each value of an analog signal x(t) by the value of the nearest quantization level. To exemplify this operation, let’s simulate an unipolar ADC …

  3. Optimize quantization parameters using Lloyd algorithm - MATLAB

    This MATLAB function optimizes the scalar quantization parameters partition and codebook for the training data in the vector training_set.

  4. • Find the optimal quantization levels 𝑥ො within each region • Optimization over N+2 variables Simplification: Let quantization levels be the midpoints of the quantization regions (except first …

  5. quantization - How we can quantize a sampled signal in MATLAB

    Feb 13, 2020 · I want to sample the continuous time signal and then quantize that sampled signal and then plot both sampled and quantized signals in MATLAB. I have written code for …

  6. 5.3.5 Simulating Sampling and Quantization in MATLAB

    In MATLAB, you can generate samples from a sine wave of frequency f at a sampling rate r for s seconds in the following way: f = 440; sr = 44100; s = 1; t = linspace(0,s,sr * s); y = …

  7. Image Processing: Quantization & Sampling Using MATLAB

    This project explores the concepts of quantization and sampling in image processing using MATLAB. It includes MATLAB scripts that resize an image to different dimensions (sampling) …

  8. ChaminduS/Sampling-and-Quantization-of-a-signal - GitHub

    This repository contains the MATLAB code and the associated documents in demonstrating the various aspects related to sampling and quantization of a signal.

  9. 1) To gain a clearer understanding of sampling theory and uniform quantization. 2) To learn how to simulate these operations using MATLAB. • Use the MATLAB function pulstran to generate …

  10. What Is Quantization? | How It Works & Applications

    The quantization step is an iterative process to achieve acceptable accuracy of the network. See how to quantize, calibrate, and validate deep neural networks in MATLAB using a white-box …

  11. Some results have been removed