Community Profile

photo

Samuel O'Neill


Last seen: 거의 3년 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to evaluate frequency response of a filter using freqz()?
I have a vector of length 25 which contains the impulse response of a filter. I'm supposed to use freqz() to evaluate the frequ...

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


How to use filter() if I don't have the transfer function?
I have been provided with an impulse response h (vector of length 3) and an input signal x (vector of length 10). I need to use...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


How to produce frequency vector corresponding to FFT() samples?
I have this function which I wrote to implement the DFT formula without MATLAB's built in fft() function: function [X] = DFT(x)...

거의 3년 전 | 답변 수: 2 | 0

2

답변

답변 있음
How to plot a phase only Bode plot?
Reposting Tommy's comment here as its the solution for any future users: h = bodeplot(tf); setoptions(h,'MagVisible','off');

거의 4년 전 | 0

| 수락됨

질문


How to plot a phase only Bode plot?
I'm looking for a command that will plot a phase Bode plot of a transfer function, but not a magnitude plot. I'm doing this to c...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


How to find closed loop transfer function and use it to identify τ and k?
I have to answer a few questions on transfer functions using Matlab. The first question, which I solved without Matlab, gives a ...

대략 4년 전 | 답변 수: 1 | 0

1

답변