| Constructor and Description |
|---|
Masks() |
| Modifier and Type | Method and Description |
|---|---|
static MetaShift.GaloisData |
forPeriodAndBank(long period,
int bank) |
static MetaShift.GaloisData |
forPeriodAndBankModulo(long period,
int bankModulo)
Look up the valid Galois LFSR feedback register values for the required resamplePeriod.
|
static long[] |
masksForBitWidth(int registerSize) |
public static MetaShift.GaloisData forPeriodAndBank(long period, int bank)
public static MetaShift.GaloisData forPeriodAndBankModulo(long period, int bankModulo)
period - The minimum cycle resamplePeriod requiredbankModulo - A deterministic selector which will always select the same pseudo random bankpublic static long[] masksForBitWidth(int registerSize)
Copyright © 2018. All rights reserved.