Skip to content
Snippets Groups Projects
Commit f6a62024 authored by jsiegle's avatar jsiegle
Browse files

Fix incorrect bitvolts value in RHD2000Thread

parent da4c59b5
Branches
No related tags found
No related merge requests found
......@@ -412,8 +412,8 @@ float RHD2000Thread::getSampleRate()
float RHD2000Thread::getBitVolts()
{
//return 0.1907;
return 0.000064; // empirical value determined by calibrating against reid's code - fix this
return 0.195f;//0.000064; // empirical value determined by calibrating against reid's code - fix this
}
double RHD2000Thread::setUpperBandwidth(double desiredUpperBandwidth)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment