Search:

Type: Posts; User: biomedC

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    5,021

    I am sorry, please don't be rude though.."should...

    I am sorry, please don't be rude though.."should not need to ask you questions about these basics, and then have to repeat them." ...... I finished the program in a nested while loop and it works so...
  2. Replies
    12
    Views
    5,021

    I set the threshold at 3 so each time the data...

    I set the threshold at 3 so each time the data breaks from below the threshold to above it needs to record that number. Then from this i can calculate r to r
  3. Replies
    12
    Views
    5,021

    I would look for the first value above the...

    I would look for the first value above the threshold which in this case would be 3
  4. Replies
    12
    Views
    5,021

    I want it to tell me that beattime1=5, and...

    I want it to tell me that beattime1=5, and beattime 2=12
  5. Replies
    12
    Views
    5,021

    1 0 2 1 3 2 4 3 5 4 6 3 7 2 8 1 9 0 10 1

    1 0
    2 1
    3 2
    4 3
    5 4
    6 3
    7 2
    8 1
    9 0
    10 1
  6. Replies
    12
    Views
    5,021

    okay this is what i have so far but it keeps...

    okay this is what i have so far but it keeps giving me the wrong value
    insert

    #include<stdio.h>
    #include <string.h>

    FILE *fp; //*=multiplication, in this case special variable called...
  7. Replies
    12
    Views
    5,021

    The input will be like this 0 56 0.10...

    The input will be like this

    0 56
    0.10 68
    0.15 79
    0.26 144
    0.46 68
    and so on continuing up and down like a blood pressure graph, it looks like a heart beat

    there is no...
  8. Replies
    12
    Views
    5,021

    Heart Rate R-to R value

    Hi Y'all
    What I am trying to do is create a program to take to colums of data in a in.txt file, the first colum being time and the second being the height of the graph of bllod pressure. So far I...
Results 1 to 8 of 8