photo

kritika adhikari


Attivo dal 2016

Followers: 0   Following: 0

Statistica

MATLAB Answers

17 Domande
0 Risposte

RANK
77.468
of 301.338

REPUTAZIONE
0

CONTRIBUTI
17 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
41.18%

VOTI RICEVUTI
0

RANK
 of 21.236

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.017

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


shifting the elements of matrix
Is there any command to shift diagonal of a matrix. I have attached my matrix here.So from my matrix I want a new matrix as ...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


how to deinterleave(gaining the original size of matrix)
Hello Suppose I send 49 bits data with 7*7 matrix.By the process of interleaving I will get 9*7 matrix that is 63 bits of data....

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


I have A=1:5 and B=[1 0 1 1 0]
I have A=1:5 B=[1 0 1 1 0] Is there any command that I can put the binary values of B in A. I tried like W(A)=B.I thought thi...

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


concatenation or addition of matrix
I need to add or concatenate or mux(whatever is possible) two matrices whose rows are same but columns are different. Is it poss...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


hello, I have some question regarding extraction
Suppose I have a length of codeword that i got from two encoder is 177. Is it possible to extract 9*8 and 7*15 codeword from pro...

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


Elements of matrix in matlab
Hello I have a matrix as shown in attachment here. Is it possible to write such a program that it will count it elements from l...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Mapping command in matlab
Is there any mapping command available in matlab?

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Hello everyone, I am looking for interleaver solution
Is here anyone who has done something on interleaver. Specially interleaver that contains shift register. Suppose I have registe...

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


Matrix mapping in order to get its elements in binary form.
I have a matrix with columns and rows having indices on it. Is it possible to create the matrix from same provided matrix in bin...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


I have a matrix [1 1 1 0; 0 1 1 0;1 1 0 1; 0 0 1 1]
In this case my matrix is 4 by 4. Is is possible that i can remove last element of fourth row. So that at last i can get 3 by 5...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Can I define variable in matlab?
Do we need any particular command if i need variable. If A=[1 2 3] i need this as: A=[X1 X2 X3]

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Removal of parity bits.
i HAVE 8*15 matrix and I want 8*8 matrix in final. I want to remove the parity bits.What is the command to do that?

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Wrtitng the dimension of matrix
I have a=3 and b=4 I want it as 3 by 4 matrix.What is the command to write ?

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Running the 7 blocks
On running 7 blocks of message. I get 1:28 matrix everytime(I have done certain steps in the middle). It is shown below [1:28] ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Assigning the variables in matlab
Can we write [1 1 1 1] as x1,x2,x3 in matlab.My data is: data=[0 1 0 1 1 1 0] I want this data in [x1 x2 x3 x4 x5 x6 x7] form....

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


I want to interleave and de-interleave my data using convolutional interleaver. I have
data = (1:15)'; C=zeros(7,3) B=reshape(data,length_data/5,5) C=zeros(7,3) B=[1 4 7 10 13;2 5 8 11 14;3 6 9 12 ...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


Reshape of multidimesion matrix to single dimension matrix.
I have matrix C with 7 rows and 3 columns. C=[1 0 0;4 2 0;7 5 3;10 8 6;13 11 9;0 14 12;0 0 15] Can i reshape this matrix to ...

oltre 9 anni fa | 1 risposta | 0

1

risposta