Skip to content

Latest commit

 

History

History
92 lines (63 loc) · 1.92 KB

README.md

File metadata and controls

92 lines (63 loc) · 1.92 KB

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