|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.emulator.signal.GeoFactors
public class GeoFactors
Title: RiceanFactors
Description: Generate Ricean/Rayleigh scaling factors
Copyright: Copyright (c) 2004
Company: Carnegie Mellon University
Field Summary | |
---|---|
protected static int |
channelI
|
protected static int |
channelQ
|
protected double |
dt
Time between data set points |
protected double |
fm
Current maximum Doppler frequency |
protected double |
fm0
Original maximum Doppler frequency |
protected double |
fs
Sampling frequency |
protected int |
N
Data set size |
protected double[][] |
r
Ricean amplitude |
protected double[] |
r1
In-phase components |
protected double[] |
r2
Quadrature phase components |
protected String |
specName
Pre-generated Doppler Spectrum Name |
Constructor Summary | |
---|---|
GeoFactors(int N,
double fm,
double fs,
String specName)
Constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double[] r1
protected double[] r2
protected double[][] r
protected int N
protected String specName
protected double fm0
protected double fm
protected double fs
protected double dt
protected static int channelI
protected static int channelQ
Constructor Detail |
---|
public GeoFactors(int N, double fm, double fs, String specName)
N
- Length of data setfm
- Maximum doppler frequencyfs
- Sampling frequencyspecName
- (given doppler spectrum)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |