Nitin Sapre
Followers: 0 Following: 0
Estadística
6 Preguntas
3 Respuestas
CLASIFICACIÓN
143.773
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
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
i need to convert below batrix to another matrix
Yes sir that's what I need
alrededor de 5 años hace | 0
Pregunta
i need to convert below batrix to another matrix
b=[308 -1 2 3 -1 2 -1; -1 -1 2 1 0 1 0; 1 2 -1 -1 -1 -1 2; 0 0 1 -1 -1 2 -1]; to b=[308 2 3 2 ...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasfind second minimum in a row in matlab without sorting
[mini1(i1,1),mini1(i1,2)] = min(abs(L(i1,([1:mini(i1,2)-1 mini(i1,2)+1:end]))));
alrededor de 5 años hace | 0
| aceptada
Pregunta
find second minimum in a row in matlab without sorting
find second minimum in a row in matlab without sorting. excluding zero example A = [ 3.5 2 1.6 1.456 0 1.9 2.6 ; 3.8 2.6...
alrededor de 5 años hace | 3 respuestas | 0
3
respuestasPregunta
replace element in matrix with matrix
i have a matrix say example with expansion factor 3 i.e each element in matrix should be replaced by the identity matrix of ...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to Expanand any matrix
If Have 3x3 Matrix example a = [-1 2 0; 2 1 -1; 1, 0, 1] if my expansion factor is 5 i need to make eack ele...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasQPSK modulator and demodulator
Thanks for soln, but I have done with this method. I have already said that i Dont want to use objects. i need to code it fully ...
más de 5 años hace | 0
Pregunta
QPSK modulator and demodulator
Can anyone help me How to modulate and demodulate using LLR Data of qpsk in matlab. But without uisng objeccs
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
I have a written qpsk Code but am not getting correct ber o/p please help.
FRM=100; EbNo_vector=0:10; Modulator = comm.QPSKModulator('BitInput',true); AWGN = comm.AWGNChannel; DeModulator = comm....
más de 5 años hace | 0 respuestas | 0