photo

sharif


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

8 Domande
0 Risposte

RANK
179.802
of 300.364

REPUTAZIONE
0

CONTRIBUTI
8 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
37.5%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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; ...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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,...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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=...

oltre 11 anni fa | 3 risposte | 0

3

risposte