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

조회 수: 3 (최근 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에서 MATLAB에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by