Uses of Interface
edu.nrao.sss.model.resource.CorrelatorBaseband

Packages that use CorrelatorBaseband
edu.nrao.sss.model.resource Resource object model. 
edu.nrao.sss.model.resource.evla EVLA hardware classes. 
edu.nrao.sss.model.resource.vla VLA hardware classes. 
 

Uses of CorrelatorBaseband in edu.nrao.sss.model.resource
 

Classes in edu.nrao.sss.model.resource that implement CorrelatorBaseband
 class CorrelatorBasebandAbs
          A partial implementation of a CorrelatorBaseband.
 

Methods in edu.nrao.sss.model.resource that return CorrelatorBaseband
 CorrelatorBaseband CorrelatorBaseband.clone()
          Returns a copy of this baseband.
 CorrelatorBaseband CorrelatorSubband.getBaseband()
          Returns the baseband to which this subband belongs.
 CorrelatorBaseband CorrelatorSubbandAbs.getBaseband()
           
protected abstract  CorrelatorBaseband CorrelatorConfiguration.makeBasebandFrom(DigitalSignal ds)
          Creates a new baseband from the given digital signal.
protected abstract  CorrelatorBaseband CorrelatorConfiguration.makeBasebandFrom(DigitalSignal ds1, DigitalSignal ds2)
          Creates a new baseband from the given digital signals.
 

Methods in edu.nrao.sss.model.resource that return types with arguments of type CorrelatorBaseband
 List<CorrelatorBaseband> CorrelatorConfiguration.getBasebands()
          Returns the basebands of this correlator configuration.
 Collection<CorrelatorBaseband> BasebandCollectionEvent.getBasebandsAdded()
          Returns the basebands that were added as a result of this event.
 Collection<CorrelatorBaseband> BasebandCollectionEvent.getBasebandsRemoved()
          Returns the basebands that were removed as a result of this event.
protected  List<CorrelatorBaseband> CorrelatorConfiguration.getOrderedBasebands()
          Allows concrete subclasses to be in charge of the ordering of the basebands returned by CorrelatorConfiguration.getBasebands().
 

Constructor parameters in edu.nrao.sss.model.resource with type arguments of type CorrelatorBaseband
BasebandCollectionEvent(Object source, Collection<CorrelatorBaseband> basebandsAdded, Collection<CorrelatorBaseband> basebandsRemoved)
          Creates a new event.
BasebandCollectionEvent(Object source, Collection<CorrelatorBaseband> basebandsAdded, Collection<CorrelatorBaseband> basebandsRemoved)
          Creates a new event.
 

Uses of CorrelatorBaseband in edu.nrao.sss.model.resource.evla
 

Classes in edu.nrao.sss.model.resource.evla that implement CorrelatorBaseband
 class WidarBaseband
          Common parent for the WIDAR baseband singlet and pair classes.
 class WidarBasebandPair
          A baseband pair of the WIDAR correlator.
 class WidarBasebandSinglet
          An unpaired baseband of the WIDAR correlator.
 

Methods in edu.nrao.sss.model.resource.evla that return CorrelatorBaseband
protected  CorrelatorBaseband EvlaWidarConfiguration.makeBasebandFrom(DigitalSignal ds)
           
protected  CorrelatorBaseband EvlaWidarConfiguration.makeBasebandFrom(DigitalSignal ds1, DigitalSignal ds2)
           
 

Methods in edu.nrao.sss.model.resource.evla that return types with arguments of type CorrelatorBaseband
protected  List<CorrelatorBaseband> EvlaWidarConfiguration.getOrderedBasebands()
           
 

Uses of CorrelatorBaseband in edu.nrao.sss.model.resource.vla
 

Classes in edu.nrao.sss.model.resource.vla that implement CorrelatorBaseband
 class VlaBasebandPair
          A baseband pair of the VLA correlator.
 



Copyright © 2009. All Rights Reserved.