Jump to content

NewUser

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

NewUser's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. QUOTE (jgcode @ Nov 5 2008, 11:23 PM) Thank you so much! I feel so silly asking all these dumb questions! But seriously, thank you for taking the time to answer my question. I really appreciate it What is the purpose of the shift register?
  2. QUOTE (jgcode @ Nov 5 2008, 10:43 PM) could you show me the final one..using my example? i can't get it to work, but i still want to use the same inner configuration
  3. QUOTE (NewUser @ Nov 5 2008, 09:28 PM) if i use my current configuration and try to attach the summation thing, it says i've connected terminals of two different types??
  4. hi guys! I'm relatively new to all of this and am trying to figure it out. I need to perform a summation from i=0 to M of i/(i+1)..since i starts at 0, there are m+1 terms. I'm using a for loop. I made N=25 (i want M to run to 25). I added i and 1 using a <+> and then divided i by (i+1)...that's all i have. if i just have an output, i get the last calculation instead of a summation of the entire thing. how can i fix this. i apologize for my bad terminology, i really don't know what i'm talking about.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.