|
Constructors |
public AtoD(int nBits, double vRef) | ||
public AtoD() | |||
Input |
public void setInput(double input) | ||
Output |
Binary output |
public String binaryOutput() public int[ ] binaryArray() | |
Decimal output |
public long decimalOutput() | ||
Voltage output |
public double voltageOutput() | ||
Quantization error |
Actual error |
public double quantizationError() | |
Maximum error |
public double maximumQuantizationError() | ||
SQNR (dB) |
public double getSQNR() | ||
Clipping error |
public double clippingError() | ||
Return reference voltage |
as voltage |
public double getVref() | |
as decimal (binary) |
public long getMaximumDecimal() | ||
Settings |
Range |
public void setRangeOption(int option) | |
public String getRange() | |||
True ADC option |
public boolean getTrueAtoDoption() | ||
Dead Time (transportation time) [inherited from BlackBox] |
Set the dead time |
public void setDeadtime(double deadTime) | |
public void setDeadtime(double deadTime, double padeOrder) | |||
Get the dead time |
public double getDeadtime() | ||
Set the Pade order |
public void setPadeOrder(double padeorder) | ||
Get the Pade order |
public void setPadeOrder(double padeorder) | ||
Deep Copy |
public BlackBox copy() | ||
public Object clone() | |||
See BlackBox for the remaining inherited methods |