Quantizing and plot quantised signal
1 回表示 (過去 30 日間)
古いコメントを表示
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);
0 件のコメント
回答 (1 件)
Sindhu Karri
2020 年 11 月 25 日
Hii,
You can use 'quantiz' function for quantisation of a signal.
Refer to below link for more information
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Cast and Quantize Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!