|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjass.generators.ModalModel
jass.generators.RandomModalModel
public class RandomModalModel
Modal model, with random modes.
| Field Summary |
|---|
| Fields inherited from class jass.generators.ModalModel |
|---|
a, ascale, d, dscale, f, fscale, nf, nfUsed, np |
| Constructor Summary | |
|---|---|
RandomModalModel(int nf,
int np,
float fmin,
float fmax,
float mmcmin,
float mmcmax,
float amin,
float amax)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class jass.generators.ModalModel |
|---|
allocate, readModes, readModes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RandomModalModel(int nf,
int np,
float fmin,
float fmax,
float mmcmin,
float mmcmax,
float amin,
float amax)
nf - number of modes.np - number of locations.fmin - minimum frequenyfmax - maximum frequenymmcmin - minimum material const.mmcmax - maximum material const.ammin - minimum gainamax - maximum gain
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||