-
Notifications
You must be signed in to change notification settings - Fork 312
Closed
Description
Currently, wfdb.plot_wfdb
requires the input record to have a uniform d_signal
or p_signal
, i.e. it must be loaded using smooth_frames=True
. If the record is loaded with smooth_frames=False
then plot_wfdb
complains "The record has no signal to plot".
This makes it impossible to visualize some signals (sample-data/wave_4
, for example.)
More generally, being able to plot heterogeneous signals on the same time axis, with each signal at its native sampling frequency is useful for understanding the nature of the data you're working with.
Metadata
Metadata
Assignees
Labels
No labels