error with using filter command
조회 수: 4 (최근 30일)
이전 댓글 표시
Hello Guys,
Am trying to run this piece of code but i end up getting a throw out error with the "filter" function.
Am using Matlab R2018a. Is it a problem with my Matlab version.
A = [1 -2.7607 3.8106 -2.6535 0.9238];
y = filter(1,A,0.2*randn(1024,1)); %Throw out Error: Too many input arguments.
arcoeffs = arcov(y,4)
Any solution will be appreciated... Thanks in advance
댓글 수: 5
Bjorn Gustavsson
2021년 3월 15일
@Evans Gyan: An (unrequested) advice: After cases where I started running into name-clashes like this I decided to put my matlab-directories at the end of the matlab-path - that made sure that basic matlab-functions never were shaded, and that I instantly understood that my new functions were shaded so I had to change names asap.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!