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!