yasser
Followers: 0 Following: 0
Estadística
11 Preguntas
3 Respuestas
CLASIFICACIÓN
164.367
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
18.18%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 10 años hace | 0 respuestas | 0
0
respuestasfft 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)
más de 10 años hace | 0
Pregunta
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...
más de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
más de 10 años hace | 0 respuestas | 0
0
respuestasksdensity function for pdf estimation
please some one post an explanation i need it urgently
más de 10 años hace | 0
Pregunta
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
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 10 años hace | 3 respuestas | 0