Nitin Sapre
自 2019 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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 ...
5 years 前 | 2 个回答 | 0
2
个回答已回答
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]))));
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]))));
5 years 前 | 0
| 已接受
提问
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...
5 years 前 | 3 个回答 | 0
3
个回答提问
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 ...
5 years 前 | 1 个回答 | 0
1
个回答提问
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...
5 years 前 | 2 个回答 | 0
2
个回答已回答
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 ...
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 ...
5 years 前 | 0
提问
QPSK modulator and demodulator
Can anyone help me How to modulate and demodulate using LLR Data of qpsk in matlab. But without uisng objeccs
5 years 前 | 2 个回答 | 0
2
个回答提问
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....
5 years 前 | 0 个回答 | 0