sbev001 Posted June 5, 2009 Report Share Posted June 5, 2009 Hi..sorry, more questions. I currently have a program that will integrate the values of a sine signal over a period of 0.1 dt. How can I build an array from the output of the integration? I want it to tell me the accumalated integrated value for every 1 second that the signal has been running. Thanks for your help! Quote Link to comment
dblk22vball Posted June 5, 2009 Report Share Posted June 5, 2009 With your while loop, add a shift register, and then use the Build array function to create an array of each integration result. Quote Link to comment
sbev001 Posted June 5, 2009 Author Report Share Posted June 5, 2009 yay..it works..thank you!!! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.