sbev001 Posted June 5, 2009 Report 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
dblk22vball Posted June 5, 2009 Report 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
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.