|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.cmu.emulator.signal.RiceanFactors
public class RiceanFactors
Title: RiceanFactors
Description: Generate Ricean/Rayleigh scaling factors
Copyright: Copyright (c) 2004
Company: Carnegie Mellon University
See Punnoose, Niktin and Stancil, Efficient Simulation of Ricean Fading within a Packet Simulator, 2000, in 52nd Vehicular Technology Conference. (I think)
| 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 static int |
IMAG
|
protected double |
K
Ricean K factor (0 for Rayleigh) |
protected int |
N
Data set size |
protected double[][] |
r
Ricean amplitude |
protected double[] |
r1
In-phase components |
protected double[] |
r2
Quadrature phase components |
protected static int |
REAL
|
| Constructor Summary | |
|---|---|
RiceanFactors(int N,
double fm,
double fs,
double K)
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 double K
protected double fm0
protected double fm
protected double fs
protected double dt
protected static int channelI
protected static int channelQ
protected static final int REAL
protected static final int IMAG
| Constructor Detail |
|---|
public RiceanFactors(int N,
double fm,
double fs,
double K)
N - Length of data setfm - Maximum doppler frequencyfs - Sampling frequencyK - Ricean K factor (set to 0 for Rayleigh)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||