0

I am using the following UDP receiver block for the Parrot Mambo drone,

Which outputs an [2x1] array of singles in my case. However, I would like to split the output into two separate signals. What block should I use for this?

Thomas Wagenaar
  • 6,489
  • 5
  • 30
  • 73

1 Answers1

1

It was easier than I thought, but nevertheless hard to find on the internet. The solution is to use the demux block.

Thomas Wagenaar
  • 6,489
  • 5
  • 30
  • 73