LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use labview to build a dynamic clamp

Dynamic clamp is an experimental method in cellular neurophysiology. It is used to simulate the expression of membrane conductances. The key requirement is to measure a parameter, use it to calculate a number and then feedback that number as an analog output. It all has to happen on the fly at rates of 1,000 to 20,000 samples per second
0 Kudos
Message 1 of 2
(3,030 Views)
This is a similar question to "how fast can I execute a PID loop" type
question. LabVIEW RT would provide better execution speed (say around 1,000
per second). To go faster, we have always had to resort to a C routine that
we would call from LabVIEW.
Stu
frogdoctor wrote in message
news:101-5065000000080000002F150000-982303670000@quiq.com...
> Dynamic clamp is an experimental method in cellular neurophysiology.
> It is used to simulate the expression of membrane conductances. The
> key requirement is to measure a parameter, use it to calculate a
> number and then feedback that number as an analog output. It all has
> to happen on the fly at rates of 1,000 to 20,000 samples per second
0 Kudos
Message 2 of 2
(3,030 Views)