strathun / ElectrodeCharacterization

This repository houses the code used by the Walker Lab to perform characterizations of microelectrode arrays.
0 stars 0 forks source link

abs( ) bug for Vtotal < Vinstrument #3

Open strathun opened 4 years ago

strathun commented 4 years ago

Find this and see if this was ever resolved. If not, fix it.

strathun commented 4 years ago

I think the line in questions is:

final_PSDs_H=sqrt(PSD_el_H.^2-PSD_gnd_H.^2);

in 'CombineHighLow'