Skip to content

CLASS KTUEAImpedanceFile

  Plots a graphical representation of the impedance data collected by
  Cerebus and saved in a text file.

  Usage:

    plotImpedances(mapfile)

    WHERE:

    mapfile:    Is the mapfile structure obtained with mapfileLoader
                function that maps the electrodes to channel numbers. If
                mapfile is not provided then a default map will be used.

    To see a list of methods type methods(plotImpedances).

    Kian Torab
    ktorab@blackrockmicro.com
    Blackrock Microsystems
    Version 1.1.0

    Ideas borrowed from Sergey Stavisky, The BrainGate Project

Superclasses

none

Properties

none

Methods

Method Description
Filename KTUEAImpedanceFile/Filename is a function.
PathName KTUEAImpedanceFile/PathName is a function.
getChannelImpedance KTUEAImpedanceFile/getChannelImpedance is a function.
getImpedance250Perc KTUEAImpedanceFile/getImpedance250Perc is a function.
getImpedance25Perc KTUEAImpedanceFile/getImpedance25Perc is a function.
getImpedance750Perc KTUEAImpedanceFile/getImpedance750Perc is a function.
getImpedance975Perc KTUEAImpedanceFile/getImpedance975Perc is a function.
getImpedanceMax KTUEAImpedanceFile/getImpedanceMax is a function.
getImpedanceMean KTUEAImpedanceFile/getImpedanceMean is a function.
getImpedanceMedian KTUEAImpedanceFile/getImpedanceMedian is a function.
getImpedanceMin KTUEAImpedanceFile/getImpedanceMin is a function.
getImpedanceRange KTUEAImpedanceFile/getImpedanceRange is a function.
getImpedanceSTD KTUEAImpedanceFile/getImpedanceSTD is a function.
getImpedances KTUEAImpedanceFile/getImpedances is a function.
isValid KTUEAImpedanceFile/isValid is a function.
plotBoxPlot KTUEAImpedanceFile/plotBoxPlot is a function.
plotHistogram KTUEAImpedanceFile/plotHistogram is a function.
plotImpedances KTUEAImpedanceFile/plotImpedances is a function.
plotImpedancesColorBackground KTUEAImpedanceFile/plotImpedancesColorBackground is a function.
plotImpedancesComparison KTUEAImpedanceFile/plotImpedancesComparison is a function.
plotStatistics KTUEAImpedanceFile/plotStatistics is a function.

Methods help

Filename - KTUEAImpedanceFile/Filename is a function.

FileName = Filename(obj)

PathName - KTUEAImpedanceFile/PathName is a function.

FilePath = PathName(obj)

getChannelImpedance - KTUEAImpedanceFile/getChannelImpedance is a function.

impedanceDataValue = getChannelImpedance(obj, chanNum)

getImpedance250Perc - KTUEAImpedanceFile/getImpedance250Perc is a function.

analyzedStat = getImpedance250Perc(obj)

getImpedance25Perc - KTUEAImpedanceFile/getImpedance25Perc is a function.

analyzedStat = getImpedance25Perc(obj)

getImpedance750Perc - KTUEAImpedanceFile/getImpedance750Perc is a function.

analyzedStat = getImpedance750Perc(obj)

getImpedance975Perc - KTUEAImpedanceFile/getImpedance975Perc is a function.

analyzedStat = getImpedance975Perc(obj)

getImpedanceMax - KTUEAImpedanceFile/getImpedanceMax is a function.

analyzedStat = getImpedanceMax(obj)

getImpedanceMean - KTUEAImpedanceFile/getImpedanceMean is a function.

analyzedStat = getImpedanceMean(obj)

getImpedanceMedian - KTUEAImpedanceFile/getImpedanceMedian is a function.

analyzedStat = getImpedanceMedian(obj)

getImpedanceMin - KTUEAImpedanceFile/getImpedanceMin is a function.

analyzedStat = getImpedanceMin(obj)

getImpedanceRange - KTUEAImpedanceFile/getImpedanceRange is a function.

analyzedStat = getImpedanceRange(obj)

getImpedanceSTD - KTUEAImpedanceFile/getImpedanceSTD is a function.

analyzedStat = getImpedanceSTD(obj)

getImpedances - KTUEAImpedanceFile/getImpedances is a function.

impedanceDataValues = getImpedances(obj)

isValid - KTUEAImpedanceFile/isValid is a function.

validFlag = isValid(obj)

plotBoxPlot - KTUEAImpedanceFile/plotBoxPlot is a function.

plotBoxPlot(obj, boxStyle)

plotHistogram - KTUEAImpedanceFile/plotHistogram is a function.

plotHistogram(obj, binCount, maxRange)

plotImpedances - KTUEAImpedanceFile/plotImpedances is a function.

plotImpedances(obj, yelThreshold, redThreshold)

plotImpedancesColorBackground - KTUEAImpedanceFile/plotImpedancesColorBackground is a function.

plotImpedancesColorBackground(obj)

plotImpedancesComparison - KTUEAImpedanceFile/plotImpedancesComparison is a function.

plotImpedancesComparison(obj)

plotStatistics - KTUEAImpedanceFile/plotStatistics is a function.

plotStatistics(obj)