필터 지우기
필터 지우기

resample input argument not sufficient

조회 수: 2 (최근 30일)
Jörg Bienert
Jörg Bienert 2018년 1월 30일
Dear Team, the resample function leads to an error "Not enough input arguments." Error in sinc (line 6) for k=1:N Error in firls (line 169) b = b + (F(s+1)*(m*F(s+1)+b1)*sinc(2*k*F(s+1)) ... Error in resample>uniformResample (line 208) h = firls( L-1, [0 2*fc 2*fc 1], [1 1 0 0]).*kaiser(L,bta)' ; Error in resample (line 104) [varargout{1:max(1,nargout)}] = uniformResample(varargin{:}); This already happens when I call the example from the help browser (Version 2016a) fs = 10; t1 = 0:1/fs:1; x = t1; y = resample(x,3,2); What can I Change?

답변 (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