H = dfilt.parallel(hd(1), hd(2), hd(3), hd(4), hd(5), hd(6), hd(7), hd(8), hd(9), hd(10), hd(11), hd(12), hd(13), hd(14), hd(15), hd(16), hd(17), hd(18), hd(19), hd(20) ..., hd(100)));
Can anyone debug this line??

댓글 수: 1

Walter Roberson
Walter Roberson 2011년 11월 2일
Duplicate is at http://www.mathworks.com/matlabcentral/answers/20144-sound-from-a-plucked-string

댓글을 달려면 로그인하십시오.

 채택된 답변

Wayne King
Wayne King 2011년 11월 2일

0 개 추천

Where do you actually have the ellipsis, is it at a line break?
d = fdesign.lowpass;
Hd = design(d,'allfir');
H = dfilt.parallel(Hd(1),Hd(2),...
Hd(3));

댓글 수: 5

Avishek
Avishek 2011년 11월 2일
I don't know. I just copied it and this line is giving me an error.
Walter Roberson
Walter Roberson 2011년 11월 2일
We will need to know the context that you copied it from. Do you have a URL?
Avishek
Avishek 2011년 11월 2일
Can i send you the M-file??
Walter Roberson
Walter Roberson 2011년 11월 2일
Answered in your duplicate question, http://www.mathworks.com/matlabcentral/answers/20144-sound-from-a-plucked-string
Avishek
Avishek 2011년 11월 3일
Thank you very much!!!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

질문:

2011년 11월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by