Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeltaFunctionOptions

Options for the Delta function generator.

Hierarchy

  • DeltaFunctionOptions

Index

Properties

maxAmplitude

maxAmplitude: number

The maximum spike height.

maxGap

maxGap: number

How many points there can be between spikes.

minAmplitude

minAmplitude: number

The minium spike height.

minGap

minGap: number

How many points there has to be between spikes.

numberOfPoints

numberOfPoints: number

How many points of data to generate.

probability

probability: number

The probability of a spike to generate on each step.