photo

Florea George


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
81,560
of 300,399

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
25.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 1

查看徽章

Feeds

排序方式:

提问


How to calculate inverse fourier transform of a sinc wave?
the sinc wave signal form is this X(ω)= 2*sinc(ω*T/pi);

7 years 前 | 0 个回答 | 0

0

个回答

提问


How can I multiply two different sized objects?
%Matrix dimensions must agree. A = 1; pas = 1/1000; t=-10:pas:10; k=10; omega = -k*pi/A:1/10:k*pi/A; x=omega.*t; %Th...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How to fix Error using * Inner matrix dimensions must agree.? the error is in this line : Ptotal=(1/(2*pi))*sum(P(i)).*exp(1i*omega*t);
pas = 1/1000; t=-10:pas:10; t0 = 0; %deplasarea por?ii A = 1; p1= poarta(-A/2,A/2,1,t-t0); p2=poarta(-A/2,A/2,1,t-t0); fig...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to use inverse fourier transform on a sinc signal? I need to calculate the IFT on X(ω)= 2*sinc(ω*T/pi); in the image below it's shown the code for the FT
this image if the code for fourier transform that i know for a given signal. i do not know how to use this nor i understood any ...

7 years 前 | 0 个回答 | 0

0

个回答