edu.cmu.emulator.signal
Class GeoFactors

java.lang.Object
  extended by edu.cmu.emulator.signal.GeoFactors

public class GeoFactors
extends Object

Title: RiceanFactors

Description: Generate Ricean/Rayleigh scaling factors

Copyright: Copyright (c) 2004

Company: Carnegie Mellon University

Version:
1.0
Author:
Scott Storck

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

r1

protected double[] r1
In-phase components


r2

protected double[] r2
Quadrature phase components


r

protected double[][] r
Ricean amplitude


N

protected int N
Data set size


specName

protected String specName
Pre-generated Doppler Spectrum Name


fm0

protected double fm0
Original maximum Doppler frequency


fm

protected double fm
Current maximum Doppler frequency


fs

protected double fs
Sampling frequency


dt

protected double dt
Time between data set points


channelI

protected static int channelI

channelQ

protected static int channelQ
Constructor Detail

GeoFactors

public GeoFactors(int N,
                  double fm,
                  double fs,
                  String specName)
Constructor

Parameters:
N - Length of data set
fm - Maximum doppler frequency
fs - Sampling frequency
specName - (given doppler spectrum)


Copyright © 2013. All Rights Reserved.