public class CylinderModel extends java.lang.Object implements ModelPDF
Constructor and Description |
---|
CylinderModel(double f,
double dparal,
double dperp,
double R,
double[] n)
constructor for volume fraction, specified diffusivities, axon radius and fibre
direction.
|
Modifier and Type | Method and Description |
---|---|
double |
at(double[] x,
double tau)
Returns the value of the function at the specified point and time.
|
double |
ftAt(double[] q,
double tau)
Returns the value of the FT of the function at the specified wavenumber.
|
double |
ftAtB_Vec(double[] g,
double b)
Returns the value of the FT of the function at the specified gradient direction and b-value.
|
double[][] |
getPDs()
Returns a list of principal directions of the test function.
|
double |
signalAt(double[] G,
double DELTA,
double delta) |
public CylinderModel(double f, double dparal, double dperp, double R, double[] n)
public double signalAt(double[] G, double DELTA, double delta)
public double ftAt(double[] q, double tau)
ModelPDF
public double ftAtB_Vec(double[] g, double b)
ModelPDF
public double at(double[] x, double tau)
ModelPDF
public double[][] getPDs()
ModelPDF