Uses of Class
edu.cmu.emulator.signal.Channel

Packages that use Channel
edu.cmu.emulator.dsp Stores DSP configuration information. 
edu.cmu.emulator.signal The emulator's virtualized signal propagation environment. 
edu.cmu.emulator.vis The emulator visualizer. 
 

Uses of Channel in edu.cmu.emulator.dsp
 

Fields in edu.cmu.emulator.dsp declared as Channel
protected  Channel[] DSPConfiguration.channels
           
protected  Channel[] DSPConfiguration.unsortedChannels
           
 

Methods in edu.cmu.emulator.dsp that return Channel
protected static Channel PathBasedDSPConfiguration.createDefaultChannel(int sPortIndex, int dPortIndex, boolean[][] channelDefined, EmuHWConfiguration emuHWConfig)
           
protected static Channel PathBasedDSPConfiguration.createDefaultMultChannel(int sPortIndex, int dPortIndex, boolean[][] channelDefined, EmuHWConfiguration emuHWConfig)
           
 Channel DSPConfiguration.getChannel(int index)
           
 Channel DSPConfiguration.getUnsortedChannel(int index)
          only used when constructing data structures getChannel() should be used during runtime
protected static Channel PathBasedDSPConfiguration.parseChannel(Element channelDefElement, boolean[][] channelDefined, EmuHWConfiguration emuHWConfig)
           
protected static Channel PathBasedDSPConfiguration.parseChannel(Element channelDefElement, int srcPortID, int destPortID, boolean[][] channelDefined, EmuHWConfiguration emuHWConfig)
           
protected static Channel PathBasedDSPConfiguration.parseChannelFromDef(Element channelElement, String channelDefName, boolean[][] channelDefined, EmuHWConfiguration emuHWConfig)
           
 

Constructors in edu.cmu.emulator.dsp with parameters of type Channel
DSPConfiguration(Channel[] channels)
           
PathBasedDSPConfiguration(Channel[] channels, int maxMFBits, int maxShift, String ipAddress)
           
 

Uses of Channel in edu.cmu.emulator.signal
 

Fields in edu.cmu.emulator.signal declared as Channel
protected  Channel Path.channel
           
protected  Channel[][] SignalEnvironment.channels
           
protected  Channel[] PathBasedFadingController.pbChannels
          List of path-based channels in the emulator.
 

Methods in edu.cmu.emulator.signal that return Channel
 Channel Path.getChannel()
           
 Channel SignalEnvironment.getChannel(Antenna srcAntenna, Antenna destAntenna)
           
 Channel SignalEnvironment.getChannel(int srcAntenna, int destAntenna)
           
 

Methods in edu.cmu.emulator.signal with parameters of type Channel
 double PathBasedFadingController.getExistingLoss(Channel channel)
           
static Path Path.newPathInstance(Channel channel, Element pathDef)
           
static ChannelModel ChannelModel.parse(Channel channel, Element channelModelDef)
           
 void PathBasedChannelModel.parseSubClass(Channel channel, Element channelModelDef)
          params: <> <>
protected abstract  void ChannelModel.parseSubClass(Channel channel, Element channelModelDef)
           
 void SignalEnvironment.setChannel(int srcAntenna, int destAntenna, Channel channel)
           
 

Constructors in edu.cmu.emulator.signal with parameters of type Channel
Path(Channel channel)
          IMPORTANT
The path index must match the actual verilog code.
Path(Channel channel, int emuPathIndex, LossModel lossModel, FadingModel fadingModel, DelayModel delayModel)
           
PathBasedFadingController(PathBasedDSPConfiguration pbDSPConfig, EmuHWConfiguration emuHWConfig, Channel[][] channels, RWLock channelsLock, CommSender commSender)
           
 

Uses of Channel in edu.cmu.emulator.vis
 

Fields in edu.cmu.emulator.vis declared as Channel
private  Channel SigGraphViewer.channel
           
 



Copyright © 2013. All Rights Reserved.