Skip to content
Snippets Groups Projects
Commit 47a579ee authored by Jakob Voigts's avatar Jakob Voigts
Browse files

empirically corrected getBitVolts value for RHD

got number by calibrating against reid's code - fix this some time
parent 44cfd66d
No related branches found
No related tags found
No related merge requests found
......@@ -380,7 +380,8 @@ float RHD2000Thread::getSampleRate()
float RHD2000Thread::getBitVolts()
{
return 0.1907;
//return 0.1907;
return 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.
Finish editing this message first!
Please register or to comment