mirror of
https://github.com/xdsopl/robot36.git
synced 2025-12-06 07:12:07 +01:00
we can go lower still
This commit is contained in:
parent
1bd3d05782
commit
771ab0fe0b
|
|
@ -216,7 +216,7 @@ public class MainActivity extends AppCompatActivity {
|
||||||
process = true;
|
process = true;
|
||||||
int stride = freqPlotBuffer.width;
|
int stride = freqPlotBuffer.width;
|
||||||
int line = stride * freqPlotBuffer.line;
|
int line = stride * freqPlotBuffer.line;
|
||||||
double lowest = Math.log(0.000001);
|
double lowest = Math.log(1e-9);
|
||||||
double highest = Math.log(1);
|
double highest = Math.log(1);
|
||||||
double range = highest - lowest;
|
double range = highest - lowest;
|
||||||
for (int i = 0; i < stride; ++i)
|
for (int i = 0; i < stride; ++i)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue