sharif - MATLAB Central
photo

sharif


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 03/14 to 04/25Use left and right arrows to move selectionFrom 03/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 个提问
0 个回答

排名
134,455
of 298,264

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
37.5%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how can I improve the speed of my program??
the program is attached as a text file

11 years 前 | 1 个回答 | 0

1

个回答

提问


how can I speed up my program??
It is attached as a text file

11 years 前 | 0 个回答 | 0

0

个回答

提问


very slow any other way to do it?
clear, clc, close all; N=1024; Cp=64; zf=[]; NTx=8; Npath=100; tap=randi([3 TAP]); ds=Cp; s=N+N-1; N1=Npath*Npath; ...

11 years 前 | 0 个回答 | 0

0

个回答

提问


how to insert matrix with size 100X1088 to 800X1088 so that it is repeated every 100?
mm=0; NTx=8; Npath=100; zf=[]; for zz=1:NTx for yy=1:Npath mm=mm+yy; [Txx(yy,:),zf]=filter(h_N(y...

11 years 前 | 0 个回答 | 0

0

个回答

提问


How can i insert Cyclic prefix in an array?
N=1024; Cp=64; NTx=8; % Constellation of Binary-Coded 16-QAM C=[-3+3j, -3+1j, -3-3j, -3-1j, -1+3j, -1+1j, -1-3j,...

11 years 前 | 2 个回答 | 0

2

个回答

提问


how can i use this integration function?
hm=1.5; t= 0:-0.1:-1; m=100; n=1:1:m; Fs=zeros(length(t),length(n)); FEM=zeros(length(t),l...

11 years 前 | 0 个回答 | 0

0

个回答

提问


How can I enter this integral?
hm=1.5; t= 0:-0.1:-1; m=100; n=1:1:m; Fs=zeros(length(t),length(n)); FEM=zeros(length(t),length(n)); for ii...

11 years 前 | 1 个回答 | 0

1

个回答

提问


index must be a positive integer or logical.
c1=3.29; c2=9.90; c3=0.77; c4=0.20; Ln=zeros(1,length(t)); for n=1:1:100; for t=...

11 years 前 | 3 个回答 | 0

3

个回答