TSP �M��
Inheritance: IDataGenerator
Beispiel #1
0
 TspGenerator(TspGenerator x)
 {
     this.taps  = x.taps;
     this.amp   = x.amp;
     this.phase = x.phase;
 }
Beispiel #2
0
		TspGenerator(TspGenerator x)
		{
			this.taps  = x.taps;
			this.amp   = x.amp;
			this.phase = x.phase;
		}