Applied Digital Signal Processing

조회 수: 8 (최근 30일)
Armin Maraghehmoghaddam
Armin Maraghehmoghaddam 2018년 4월 17일
편집: Ian Dwyer 2023년 2월 4일
Hello everyone,
I am reading a book named Applied Digital Signal Processing. Some Matlab codes have been introduced in this book as examples. Some syntaxes and functions in these examples are coming from a toolbox that I cannot find. "fold", "unitstep", "delta", and "persegen" are some functions that I got errors on Matlab when I ran them. Here are the book functions: [x,n] = delta(n1,n0,n2); % Unit impulse sequence [x,n] = unitstep(n1,n0,n2); % Unit step sequence [x,n] = unitpulse(n1,n2,n3,n4); % Unit pulse sequence x = persegen(xp,Np,Nps); % Periodic sequence
and here my code: x=[-1 0 1 2 3 4 4 4 4 4]; n= -5:4; [G,f1]=fold(x,n);
Can somebody tell me what the Matlab toolbox accompany with this book is?
Thanks,
  댓글 수: 1
Naqvi
Naqvi 2019년 12월 17일
Can you please send me the toolbox if available with you. at pak.elance@gmail.com

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

채택된 답변

John O'Sullivan
John O'Sullivan 2018년 4월 17일
These MATLAB functions are not part of a MathWorks toolbox. I am guessing that the book probably has a CD of supporting functions, or provides info on where to find these functions online.
  댓글 수: 2
Armin Maraghehmoghaddam
Armin Maraghehmoghaddam 2018년 4월 17일
You are right. I found all the functions on the book website. Thanks!
Ian Dwyer
Ian Dwyer 2023년 2월 4일
편집: Ian Dwyer 2023년 2월 4일
Not helpful. I asked for this link and finally found it. Decided to be helpful to others using the same book: Resources for Applied Digital Signal Processing | Higher Education from Cambridge

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by