LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array

Solved!
Go to solution

HI 

I have an array of 9984 of  I32  I want to be able to make 78  array's of 128  x I32 can some one please show me how to do this.

 

Best Regards

David

0 Kudos
Message 1 of 7
(2,938 Views)

Can you share more details?

Maybe some code?

I am not sure I understand what you want to do.

0 Kudos
Message 2 of 7
(2,917 Views)

hi dpjones,

sounds like you want array reshaping.

example-array-reshape.png


If Tetris has taught me anything, it's errors pile up and accomplishments disappear.
Message 3 of 7
(2,908 Views)

Hi  jwscs

 

Thanks for your help  it worked fine I have one other question regarding the array reshaping after I have reshaped as per your vi what is the best way to select and show one of the rows 1 - 78 on an FFT .

 

Best regards

David

0 Kudos
Message 4 of 7
(2,842 Views)

@DPJones wrote:

Hi  jwscs

 

Thanks for your help  it worked fine I have one other question regarding the array reshaping after I have reshaped as per your vi what is the best way to select and show one of the rows 1 - 78 on an FFT .

 

Best regards

David


Use the array properties to show the correct row, amount of elements, and which element will be the top left one.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 5 of 7
(2,840 Views)
Solution
Accepted by topic author DPJones

@DPJones wrote:
...
select and show one of the rows 1 - 78 on an FFT
....

example-array-reshape-show-fft.png


If Tetris has taught me anything, it's errors pile up and accomplishments disappear.
Message 6 of 7
(2,813 Views)

Thanks for your help

David

0 Kudos
Message 7 of 7
(2,798 Views)