Skip to content

preview_wave.m

Calvin Eiber edited this page Jun 30, 2021 · 1 revision

Basic visualisation of a single wave saved from models.nerve_recording or models.ECAP_recording.

plots.view_wave_raster shows a nicer (but still fairly elementary) visualisation of the same data. Running with no input arguments prompts you to select a waves file and uses the default options. Part of package +plots.

Options

  • -f [list] if wave includes multiple fascicles, sum across which fascicles? (Default: sum across all)
  • -roi [tMin tMax] set display ROI, default is ±40 ms.
  • -pair [list], -chan [list], -elec [list] define electrode montages, default is sequential bipolar pairs e.g. for a 4-electrode input file, default is [1 2; 3 4].
  • -zscale [val] separation between wave baselines, scaled by wave Vpp
  • -trend include linear trend in wave display, otherwise linear trend is removed using tools.detrend_wave

Example

plots_preview_wave

Clone this wiki locally