how we will do bucktization in matlab anyone have a code of bucketization process in matlab so please send me ?

2 次查看(过去 30 天)
i want to do bucketization after downsampling and the solve that system.i am looking forward for your help
  1 个评论
irfan
irfan 2016-3-19
N=28; x=zeros(1,28); D=4 f1=12 f2=16 x(11)=1; x(12)=2; Xd=downsample(x,4); zft=fft(xd sir this is my matlab code so after downsampling i need to do bucktization and then solve the liner system at the en

请先登录,再进行评论。

采纳的回答

Image Analyst
Image Analyst 2016-3-18
What is bucketization? Do you mean quantization?
Have you tried just taking every nth element
downsampledSignal = signal(1 : n : end);
If you want some non-integer downsampling, try interp1() or interp2().

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by