photo

Samuel O'Neill


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
259,115
of 300,369

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

4 years ago | 2 answers | 0

2

answers

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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)...

4 years ago | 2 answers | 0

2

answers

Answered
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');

5 years ago | 0

| accepted

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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 ...

5 years ago | 1 answer | 0

1

answer