Community Profile

photo

mahaveer hanuman


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Getting parity
num = 100; source = randint(num,2); it is a 2x100 i should first row elements and j should be 2nd row elemntshow can i do it ...

12 years ago | 2 answers | 0

2

answers

Answered
for loop
num = 100; source = randint(num,2); i =num(1,:); j =num(2,:); parity = mod(source(i)+ source(j),2); index out of bound...

12 years ago | 0

Question


for loop
i have a=2x10 i need to use second row element how can i do it i=1:length(a) i get elements of first row then how abt seco...

12 years ago | 2 answers | 0

2

answers

Question


soft decision code
I need to submite my project on 30th of this month on softdecision code .So can one say where can i get this and how can i do it...

12 years ago | 1 answer | 0

1

answer

Question


count
I have g(45x2)and I(45x2) i want to compare each and every row of g with I(45x2) and count them are equal

13 years ago | 1 answer | 0

1

answer

Question


for loop
i have G={[1 0 1;1 0 0;0 0 1;1 1 1] and out put should be I={[1 0;1 0; 0 0;1 1]} how can i get using for loop

13 years ago | 2 answers | 0

2

answers

Question


compare
G=[1 0]with I={[1 0;1 1;0 0;1 0;1 1;0 1;1 0 random sequence]} i need to compare them and count number of matched bits

13 years ago | 2 answers | 0

2

answers

Question


counter
i have b={[1 0][0 0][0 1][1 1]...30 }and I={[0 1][1 0][ 0 0][0 1]......30bits} how can i compare b with I using counter

13 years ago | 1 answer | 0

1

answer

Question


XOR operation
I=rand(1,N)>0.5 N=90 xor operation should done for each two bits . and out put should be corresponding two bit followed with r...

13 years ago | 2 answers | 0

2

answers

Question


counter
I=[1 0;1 1;1 0;0 0;0 1;1 1;........90bits]S=[0 1]now i need to calculate bit error =(counter/I); i need to compare S with I ...

13 years ago | 1 answer | 0

1

answer

Question


if else
i need to compare s=[0 1] with I=[0 0;1 1;1 0;0 1;1 0;0 0; 1 0; 1 1; 0 0;.............................90bits] i want to use coun...

13 years ago | 2 answers | 0

2

answers

Question


bit mapping
lets A =[ 1 1 0 after dng some steps i got z=[ 0.2345 1 0 1 1.456 0 ...

13 years ago | 1 answer | 0

1

answer

Question


euclidean distance,output
we compute the euclidean distance for each received word as follows: * 010 ---> 0.154 * 011 ---> 0.256 * 100 ---> ...

13 years ago | 2 answers | 0

2

answers

Question


reshaping
i have A= 1 0 1 0 0 0 1 and B= 1 1 1 0 0 0 1 now i need to make it as s= 1 1 0 1 1 1 0 0 0 0 0 0 ...

13 years ago | 2 answers | 0

2

answers

Question


column addding
i mean i have: y= 1 2 5 3 5 7 2 6 4 x= 1 -2 7 x= 3 5 4 x= 2 -6 2 now i need output as: z=(1-1)^2+(2+2)^2+(5-7...

13 years ago | 1 answer | 0

1

answer

Question


column wise adding
i had y= 1 6 4 7 5 3 6 4 9 n so on... i want yout=1+6+4 7+5+3 6+4+9

13 years ago | 1 answer | 0

1

answer

Question


dividing stream
i have bit stream of 30 bit y= 1 0 1 0 0 0 1 1 1 1 1 0.......... i need to make it as y(0)=1 0 1 y(1)= 0 0 0 y(2)= 1 1 1 ...

13 years ago | 1 answer | 0

1

answer

Question


adding noise
x='+1' '+1' '-1' '+1' . . . . how to add awgn to x

13 years ago | 1 answer | 0

1

answer

Question


adding noise
w=[1 0 1 1 1 0 0 0 0.............] some bit stream i need to add AWGN noise whoes SNR ranges from 0db to 10db. and plotting (w v...

13 years ago | 0 answers | 0

0

answers

Question


db values
how can i use 0db to 10db in signal to noise ratio in AWGN

13 years ago | 0 answers | 0

0

answers

Question


conversion
how can we convert scalar to vector

13 years ago | 3 answers | 0

3

answers

Question


sbit stream
w= 1 0 1 w= 0 1 1 w= 0 1 0 how came this can be written in straight line w= 1 0 1 0 1 1 0 1 0

13 years ago | 2 answers | 0

2

answers

Answered
bit flipping
eg:c=[1 0 1 1 1 0 1 0 0 0 1 1 1 0 1 0 1 0 1 1 0 1 0 1 1 1 0 1 0 1 0 1 0 1 0 1] in every 6th element should change to 1 to 0 ...

13 years ago | 0

Question


bit flipping
[EDIT: Thu May 12 23:15:24 UTC 2011 Duplicate Removed - MKF] a=[0 1 1 0 1 0 1 0 1 0 1 1 1 1 ................]=30 bits how to ...

13 years ago | 3 answers | 0

3

answers

Answered
bpsk
thanks its works

13 years ago | 0

Question


bpsk
sir how to convert 0 to -1 and 1 to +1

13 years ago | 2 answers | 0

2

answers

Question


XOR operation
input=output [0 0]=[0 0 0] [0 1]=[0 1 1] [1 0]=[1 0 1] [1 1]=[1 1 0] how can i get this

13 years ago | 1 answer | 0

1

answer