Search:

Type: Posts; User: ILLiad

Search: Search took 0.00 seconds.

  1. Replies
    20
    Views
    9,842

    Hmmmm. Still get the ol' core dump. Troubling. ...

    Hmmmm. Still get the ol' core dump. Troubling.
    Also, my class hasn't covered dynamic array structure with malloc, so I'm betting it isn't expected.

    That makes me think something is wrong in the...
  2. Replies
    20
    Views
    9,842

    How can I declare the arrays globally without...

    How can I declare the arrays globally without having them lose reference to the later part of the code? In the while loop, from the code above, the &t[i] and &b[i] won't have reference if they are...
  3. Replies
    20
    Views
    9,842

    Right. I just tried making the array sizes large...

    Right. I just tried making the array sizes large enough to allow all the data points being used (which are 2 columns of 3601 points).
  4. Replies
    20
    Views
    9,842

    I really don't see what the purpose is in those...

    I really don't see what the purpose is in those kinds of responses. You are either willing to help or you are not, and for your information I know how those basic operators work.

    ANYWAY, I...
  5. Replies
    20
    Views
    9,842

    That's exactly what the theory sounds like it...

    That's exactly what the theory sounds like it should be. Very nice.

    However, my I'm still a bit confused with the code; how can I, using probably a while loop, continually read, store, and analyze...
  6. Replies
    20
    Views
    9,842

    Sorry! Alright. Basically, you are given a set of...

    Sorry! Alright. Basically, you are given a set of data points (blood pressure readings as a function of time = beats/minute) and are asked to find the instantaneous heart rate at each beat. This...
  7. Replies
    20
    Views
    9,842

    Threshold and Blank Algorithm

    Hey all,

    I have an assignment for my biomedical programming class that requires us to calculate the instantaneous heart rate of a given input text file. My professor suggested using a technique...
Results 1 to 7 of 7