Statistiques
RANG
164 376
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
11 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
18.18%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Fmincon optimization for complex vectors
I'm having an optimization problem where the objective function and the constraints have log terms , the optimization variable i...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
negative eigenvalues in sample covariance matrix
clc; clear; N=10; taps=2; snr=0; noise_var=0.05; h1r=randn(1,taps)/sqrt(2); h1i=randn(1,taps)/sqrt(2); h1=complex(h1...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
eigen vectors and values algorithm
i need to know the algorithm by which matlab (or generally how can i) calculate the eigen values and vectors of a Non Symmetric ...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
symbol rate simulation for different wireless standards
how could i generate data with certain symbol rate ? for ex in 802.11 there are several rates from 1 to 54 Mbps depending on ...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
how does awgn works
if h is normalaized to have 0dbw then after x=awgn(h,5); 1-what formula should i apply on x to see 5db; 2-is 10*log10(nor...
plus de 10 ans il y a | 1 réponse | 0
0
réponsefft normalization and parseval
@Matt J please what do u mean by formula for the transform that MATLAB uses is non-orthogonal by a factor of sqrt(N)
plus de 10 ans il y a | 0
Question
fft normalization and parseval
h=complex(randi([-1 1],128,1),randi([-1 1],128,1)); h=h/std(h); % no h is normalized to unit pow thus var(h)=1 t=1...
plus de 10 ans il y a | 3 réponses | 0
3
réponsesQuestion
modulation normalizating factor in matlab
in matlab there is function called modnorm used in (from help) M = 16; % Alphabet size % QAM Modulation hMod = comm.Rectang...
plus de 10 ans il y a | 1 réponse | 0
0
réponseksdensity function for pdf estimation
please some one post an explanation i need it urgently
plus de 10 ans il y a | 0
Question
ksdensity function for pdf estimation
i feed some data to ksdensity but i got a gaussian pdf with peak greater than 1 how is that
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
file i/o problem
i get this msg error Caught "std::exception" Exception message is: Message Catalog MATLAB:services was not loaded from the f...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
writing complex to a file
i need to write a complex vector to a file from matlab i tried clear; A=complex(randn(1,5)/sqrt(2),randn(1,5)/sq...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
fft and random sequence
generating 2 random sequences with randn with same variance then applying fft to them would result in 2 sequences of non = varia...
plus de 10 ans il y a | 3 réponses | 0