photo

Malik


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

  • First Review
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How can i get the transfer function for an Hinfinity contrller using State space matrices?
Hello, I have four state space matrices A,B, C and D. I need to use the 'hinf' command in matlab to get the controller transf...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to find the position of an element in a matrix
b = 0 0 0 0 2 0 0 0 0 3 0 0 0 0 0 0 0 0 0 ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


converting a binary vector to polynomial form?
If i have a binary vector: x = 1 0 0 1 0 1 how can i convert this to polynomial form: ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to convert numstrng to integers and take lcm
consider out 2 = 1 0 0 1 0 1 1 1 1 1 0 1 1 1 0 1 1 ...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to reverse a matrix from bottom to top row wise and then pick out odd rows?
hello if i have this matrix A = 10000 00010 10101 10011 10000 00001 ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


minimal polynomials for a galois extension field
i have a galois field generated by: primpoly = 1 0 1 1 m = 4( assumed) indx = [0:1:2.^m-1]; %power ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


appending or padding zeros before a matrix in matlab
hello, if i have a matrix u = [1 0 1 1] and i want to append zeros before it upto a length n: u...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


lowest common multiple (lcm) of more than two binary polynomials in matlab
hello consider the binary array: A = 1 0 0 0 1 0 0 0 1 1 ...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to generate a galois field extension array without using any built-in functions?
hello, i want to generate a GF(2.^m) array for a given polynomial such that: 1. first the polynomial irreducibility is check...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Galois field array generation...issues!
for the given code: primpoly = 1 0 1 1 m = 4( assumed) indx = [0:1:2.^m-1]; %power index ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort