photo

Kennard Ng


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
83,584
of 299,947

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,848

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,679

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to calculate Fourier coefficients for a simple signal as an exponential series?
How to calculate Fourier coefficients for a simple signal as an exponential series?

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to write a cross signal function and apply it to the signals?
xDataA = linspace(0,4*pi,1024); % create signal yDataA = cos(xDataA); % array A xDataB = linspace(0,4*pi,1024); % create signa...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How do I form a product of two arrays and add the numerical value of the integral in the plot?
xDataA = linspace(0,4*pi,1024); yDataA = cos(xDataA); xDataB = linspace(0,4*pi,1024); yDataB = cos(xDataB); I have two a...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to fill a 1024 point array with two cycles of a cosine wave?
How to fill a 1024 point array with two cycles of a cosine wave?

6 years 前 | 2 个回答 | 0

2

个回答

提问


How to remove data on left hand region of the image?
[x, y, frequency] = textread('SRAS_opt.txt','%f %f %f'); A2 = reshape(x,[200,200]); B2 = reshape(y,[200,200]); Vb = 24*10^-6*...

6 years 前 | 1 个回答 | 0

1

个回答