100000 points are desirable when charting IQ samples.
This commit is contained in:
parent
e140175289
commit
c7188b56c5
@ -10,6 +10,7 @@ namespace skyscraper8.Skyscraper.Drawing
|
|||||||
{
|
{
|
||||||
public class IqChartData
|
public class IqChartData
|
||||||
{
|
{
|
||||||
|
public const int DESIRABLE_AMOUNT_OF_POINTS = 100000;
|
||||||
private IqChartData()
|
private IqChartData()
|
||||||
{
|
{
|
||||||
IQ = new byte[256][];
|
IQ = new byte[256][];
|
||||||
@ -55,7 +56,7 @@ namespace skyscraper8.Skyscraper.Drawing
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return totalSamples >= 100000;
|
return totalSamples >= DESIRABLE_AMOUNT_OF_POINTS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user