photo

Syed Rumman


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
0 个回答

排名
12,842
of 297,527

声誉
4

贡献数
2 个提问
0 个回答

回答接受率
50.0%

收到投票数
4

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to Normalize a fft to plot in frequency domain?
When I plot the frequency domain the power is not 3 and 5 as I expect. I read the documentation for fft() and cannot figure out ...

7 years 前 | 1 个回答 | 1

1

个回答

提问


can someone explaing the computation for double sided and single sided spectrum in fft() example
Fs = 1000; T = 1/Fs; L = 1500; t = (0:L-1)*T; S = 0.7*sin(2*pi*50*t) + sin(2*pi*120*t); X = S + 2*randn(si...

7 years 前 | 2 个回答 | 3

2

个回答