Community Profile

photo

Emanuel


Last seen: 4 months ago Active since 2019

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Converting a vector of structs to just one struct (vectorizing)
So i have this struct and in it there are, for example, 402 1x1 structs with the same variables (not same values of course). Wh...

1 year ago | 1 answer | 0

1

answer

Question


demapp "IQ array of length 6" to "Bits array of length 12"?
I have this complex array (1+j,1-j.......), whose length is 6 and i need to make a bits array of 12 length, like, 1+j = 0 0,...

5 years ago | 1 answer | 0

1

answer

Question


Split 2 lines of a matrix?
I have this 4x4 matrix. I want to get lines 3 and 4 to put them up on the matrix, like: 0 1 1 1 1 1...

5 years ago | 1 answer | 0

1

answer

Question


[1 0 1 1 0 1 1 0] to [10 11 01 10]?
I need to transform 8 numbers into 4 like the title, how could i do that?

5 years ago | 1 answer | 0

1

answer