photo

Samuel O'Neill


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
1 个回答

排名
167,863
of 300,399

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,952

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,598

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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...

4 years 前 | 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...

4 years 前 | 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)...

4 years 前 | 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');

5 years 前 | 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...

5 years 前 | 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 ...

5 years 前 | 1 个回答 | 0

1

个回答