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

    Quantization. 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 …

  2. Produce quantization index and quantized output value - MATLAB

    Produce quantization index and quantized output value. index = quantiz(sig,partition) returns the quantization levels of input signal sig by using the scalar quantization partition specified in …

  3. 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 = …

  4. nayeem-rafi/Analog-to-Digital-Conversion-of-Signal - GitHub

    This MATLAB code demonstrates the process of analog-to-digital conversion (ADC) through three key stages: sampling, quantization, and digital encoding. It visualizes how a continuous sine …

  5. Sampling and Quantization in MATLAB: DSP Lab Experiment

    Explore sampling and quantization in DSP using MATLAB. This lab experiment includes code, exercises, and examples for engineering students.

  6. Which command should be used for quantization of a signal in MATLAB?

    Feb 27, 2023 · In practice, you would measure an analog signal and quantize it using an analog-to-digital converter (ADC) which is a hardware device. It isn't something you'd do inside …

  7. Source coding divides into two basic procedures: SOURCE ENCODING and SOURCE DECODING. Source encoding converts a source signal into a digital signal using a …

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

    Dec 16, 2015 · (b) Write a MATLAB function [x, t] = sin_NU(f0, fs, T) to generate a sine signal. The output parameters x and t are the signal and time vectors, respectively. The input …

  9. Sampled Quantizer Encode (Communications Blockset) - UFRJ

    The Sampled Quantizer Encode block encodes an input signal using scalar quantization. The block outputs the quantization levels (or quantization index) of the input signal, the encoded …

  10. – Demo on quantization of audio signals – Sample Matlab codes • Binary encoding – Bit rate of digital signals • Advantage of digital representation

Refresh