Hi all,
I have a problem getting the elements to line up into the array I wanted. In the block diagram, I wanted an Array X of 25 figures to undergo Sine Function, with each generated readings of Sine Function, I wanted the equivalent reading in time,
i.e. For array X at 0, I wanted the output value at t = 0, and at array X at 1, I wanted the output at t = 1 and so on.
I was able to get the individual elements out, however, I could not transform them into an array. I needed them to be an array because I wanted to FFT them later on. Could anyone advise me on what to do?
Thank you!
Howk