photo

Alex Phang


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
0 个回答

排名
203,599
of 300,750

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
90.91%

收到投票数
0

排名
 of 21,073

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,837

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


how to shift time in impulse response?
At the end of this code, I want to have a time shift on _h(i)_ by _-T1_ variable in the code. How to do it? close all; clea...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Index exceed matrix dimension!!
In the _temp_ variable is having a index exceed matrix dimension, is there any solution? close all; clear; clc; semi...

7 years 前 | 1 个回答 | 0

1

个回答

提问


why some of my coding had been ignored by Matlab?
In my coding below, my variable _k_, _i_, _t_, _h1_ and others which related to _k_ had been ignored. Which part I do wrong and ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to prevent overwrite the graph in looping?
I want to have three eyediagrams and one graph combine three while loop together. The codes is something like the below: N=...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to express this formula?
Please teach me how to write the matlab code for this formula? <</matlabcentral/answers/uploaded_files/106755/asd.jpg>>

8 years 前 | 1 个回答 | 0

1

个回答

提问


Inner matrix dimension problem
a = ones(1,10); b= zeros(1,10); Take the codes above as an example, both of them are having 1*10 matrix. How do I change...

8 years 前 | 1 个回答 | 0

1

个回答

提问


The infinity while loop
The codes below are having an infinity loop. If I change the while function to if function, it only give one value. What should ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How do I change the scale for x-axis???
p_avg=1; % average optical power R=1; % photodetector sensitivity Rb=1; % normalized bit rat...

8 years 前 | 1 个回答 | 0

1

个回答

提问


What is the equation for this?
Can you show me the equation of this: y=qfunc(sqrt(M*2^M*0.5*SNR));

8 years 前 | 1 个回答 | 0

1

个回答

提问


Too many output arguments!!!
function PPM_code PPM_code_internal(2,6); function PPM_code_internal(M,nsym) % function to generate PPM ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


The function above cannot be permitted in the context!!! If it needs to create a function file to save it, how?
function ookd(g,f) %For more information, visit: www.matpic.com %Modulation OOK % Example: % ookd([1 1 0 1 0],2) ...

8 years 前 | 1 个回答 | 0

1

个回答