Search:

Type: Posts; User: mju4t

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,373

    Thank you for all your help! I still have one...

    Thank you for all your help! I still have one question, however. I keep getting an error at line 19

    19 `strlen' undeclared (first use this function)

    Isn't strlen an inherent c function, or...
  2. Replies
    3
    Views
    1,373

    Help with String Appendage

    Hi I'm having trouble with some code...I'm getting all kinds of nasty errors and can't figure out how to fix them. this program takes one string and adds it onto the end of another.


    #include...
  3. Replies
    3
    Views
    1,959

    Alright, the code as it stands uses a sliding...

    Alright, the code as it stands uses a sliding point windows, see how a0=a1 and then a1=a2 and then a2=y[i], and then the new y[i] value is the average of those three? Well that's good for a 3 point...
  4. Replies
    3
    Views
    1,959

    Help with Arrays and Moving Averages

    Hello all,

    I'm writing a code that generates sine waves, adds random noise, and then cleans it up by averaging those values. I've got it so it averages every 3 values using a sliding point...
  5. Thread: Array Problem

    by mju4t
    Replies
    2
    Views
    978

    Sweeeet! thank you very much!

    Sweeeet! thank you very much!
  6. Thread: Array Problem

    by mju4t
    Replies
    2
    Views
    978

    Array Problem

    Hi I'm having some problems with this code. This program generates sine waves and inputs the value into an array. Originally, I had it so it was like void create_sine(double y[], int N) but that...
  7. Replies
    2
    Views
    3,930

    Thank you for the quick reply!

    Thank you for the quick reply!
  8. Replies
    2
    Views
    3,930

    expected primary expression

    Hi, I'm having a problem with this code.
    Basically, I get an error at line 63 expected primary-expression before "double" and also at line 63 expected `;' before "double"

    The original problem...
Results 1 to 8 of 8