Borrar filtros
Borrar filtros

Quantizing and plot quantised signal

3 visualizaciones (últimos 30 días)
Gafi Wasswa
Gafi Wasswa el 20 de Nov. de 2020
Respondida: Sindhu Karri el 25 de Nov. de 2020
Hi,
Given Ts= I/1000
How can i quantized this sampled discret time signal and plot it?
n=0:1:99;
x=0.3*cos(2*pi*100*n*Ts) + 0.3*cos(2*pi*300*n*Ts) + 0.2*cos(2*pi*700*n*Ts);

Respuestas (1)

Sindhu Karri
Sindhu Karri el 25 de Nov. de 2020
Hii,
You can use 'quantiz' function for quantisation of a signal.
Refer to below link for more information

Categorías

Más información sobre Signal Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by