resample input argument not sufficient
조회 수: 13 (최근 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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!