Uses of Class
tapeutils.Sample

Packages that use Sample
tapeutils   
tapeutils.impl   
tapeutils.impl.zx81   
tapeutils.zx81   
 

Uses of Sample in tapeutils
 

Constructors in tapeutils with parameters of type Sample
MultiSampleAnalyzer(Sample sample, SampleAnalyzerFactory factory, TapeConverterParameters parameters)
          Construct the multi sample analyzer from a sample and factory.
SampleModification(Sample sample, int index, int length)
          Constructor.
SampleModificationHistory(Sample sample)
          Constructor.
 

Uses of Sample in tapeutils.impl
 

Constructors in tapeutils.impl with parameters of type Sample
SineWaveIdentifier(Sample sample, SampleAnalyzer analyzer, int noiseThreshold, int maxWaveLength, WaveProcessor processor)
          Construct the processor from a sample.
 

Uses of Sample in tapeutils.impl.zx81
 

Constructors in tapeutils.impl.zx81 with parameters of type Sample
ZX81SampleAnalyzer(Sample sample, ZX81SampleAnalyzerParameters params)
          Construct the sample analyzer from a sample.
ZX81SampleAnalyzerFactory(Sample sample, ZX81SampleAnalyzerParameters[] params)
          Constructor.
ZX81WaveProcessor(Sample sample, SampleAnalyzer analyzer, int minGap, int maxGap, BitProcessor processor)
          Construct the wave processor, given the sample to be processed, the object controlling analysis, and the bit processor.
 

Uses of Sample in tapeutils.zx81
 

Methods in tapeutils.zx81 that return Sample
 Sample TapeConverter.getSample(int sampleNumber)
          Get the Sample.