Skip to content

Calculate heart rate training zones, based on Karvonen formula.

License

Notifications You must be signed in to change notification settings

mdomlop/hrzones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

retrosmart-preview

HRZones

Calculate heart rate training zones, based on Karvonen formula.

Usage: hrzones [-a] n1 [n2]

Options:

    n1    An integer positive which is maximun heart rate (or age, if `-a'
          flag is present).
    n2    An integer positive number which is resting heart rate.
          If provided, Karvonen's formula will be used.

    -a    Indicate that `n1' is an age and not the maximum heart rate.
          Therebefore `n1' will be used to calculate the maximum heart 
          rate with the Tanaka's formula.
    -h    Show this help.
    -v    Show program version and exit.

Install

Run:

make && make install

or

make arch_pkg && pacman -U *.pkg.*

About

Calculate heart rate training zones, based on Karvonen formula.

Resources

License

Stars

Watchers

Forks

Packages

No packages published