Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
160.242
of 297.527
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.454
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 159.075
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
3D plot on 3D matrix
Hi guys, suppose I have a 3D array which look like this. How do I do the plotting with these data?
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
For loop to repeat the loop with different set of value
Hi guys, I'm trying to run the simulation with multiple set of value, SNRDB=6:2:16; but what I got one same result for the who...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
One tap equalizer design (MMSE equalizer and ZF equalizer)
Guys, these are my code to generate the BER vs SNR for MMSE equalizer and ZF equalizer for N tap of channel. I dunno why the ZF ...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Reduce the compiling time with 1000x1000 matrix
clear clc K=10^3; N=10^3; f=10^3; po=10; ch=5; pmax=20; noise=1; h=sqrt(1/2)*[randn(K,N)+1i*randn(K,N)]; v=var(h); ...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
ber vs snr ofdm using fft and ifft
clc clear close all %1 L=32; m=(sign(randn(1,L))+1)/2; %2 symbols = [-1i, -1, 1, 1i]; m2 = reshape(m, 2, []); idx =...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Mapping two binary bits to one
I have generate a set of bits 0 and 1, N=10000; m=(sign(randn(1,N))+1)/2; The problem is how do I group the bits? For examp...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
for loop with different range of number
If i have a vector r with 500 numbers, can I use for loop to loop for every 50 number? For example, v1 will get 50 number from r...
más de 5 años hace | 1 respuesta | 0