Community Profile

photo

Nitin Sapre


Attivo dal 2019

Followers: 0   Following: 0

Statistiche

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Risposto
i need to convert below batrix to another matrix
Yes sir that's what I need

oltre 4 anni fa | 0

Domanda


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

oltre 4 anni fa | 2 risposte | 0

2

risposte

Risposto
find 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]))));

oltre 4 anni fa | 0

| accettato

Domanda


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

oltre 4 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 2 risposte | 0

2

risposte

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

oltre 4 anni fa | 0

Domanda


QPSK modulator and demodulator
Can anyone help me How to modulate and demodulate using LLR Data of qpsk in matlab. But without uisng objeccs

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 4 anni fa | 0 risposte | 0

0

risposte