I was implementing weighted autocorrelation function. While adding noise I'm facing Too many input arguments Error.
이전 댓글 표시
The Error is
Error using addnoise
Too many input arguments.
Error in WAF_original (line 55)
input = addnoise( s,Fs, snr(snri), 1);
댓글 수: 1
Mathieu NOE
2022년 6월 23일
hello
addnoise is not a standard matlab function as far as I can tell
there are 2 FEX submissions about addnoise are you using one of those ?
the way you pass the paramterers in your code is not appropriate if you use the FEX functions
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 BPSK에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!