Skip to content

aokit-mcmaster/lab1-group8

Repository files navigation

Module design

OVERALL DESIGN

UTILITIES

PACE

Inputs p_mode, p_..._pulse_width, start_pace
Outputs HARDWARE_PINS

SENSE

Inputs p_mode, p_arp, p_vrp, p_pvarp
Outputs h_..._pulse_detect

MODES

VOO

Inputs p_lower_rate_limit, p_upper_rate_limit
Outputs start_pace

AOO

Inputs p_lower_rate_limit, p_upper_rate_limit
Outputs start_pace

VVI

Inputs p_lower_rate_limit, p_upper_rate_limit, p_hysteresis_enable, p_hysteresis_rate_limit, p_rate_smoothing_enable, p_rate_smoothing_percent
Outputs start_pace

AAI

Inputs p_lower_rate_limit, p_upper_rate_limit, p_hysteresis_enable, p_hysteresis_rate_limit, p_rate_smoothing_enable, p_rate_smoothing_percent
Outputs start_pace

Variable Names

p_parameters

  • p_mode
  • p_lower_rate_limit
  • p_upper_rate_limit
  • p_atr_pulse_amplitude
  • p_vent_pulse_amplitude
  • p_atr_pulse_width
  • p_vent_pulse_width
  • p_atr_sensitivity
  • p_vent_sensitivity
  • p_vrp
  • p_arp
  • p_pvarp
  • p_hysteresis_enable
  • p_hysteresis_rate_limit
  • p_rate_smoothing_enable
  • p_rate_smoothing_percent

h_parameters

  • h_atr_pulse_detect
  • h_vent_pulse_detect

internal signals

  • start_pace

DCM Sample Demos

DCM Login Form

DCM Registration Form (ADMIN VIEW)

DCM Program

Electrogram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages