Script execution
This commit is contained in:
@@ -32,9 +32,6 @@ step_size = float(Max/No_of_steps);
|
||||
Noavg = 3;
|
||||
N_loops = 10;
|
||||
|
||||
print "Min/Max = ", Min/Max
|
||||
print "Steps = ", No_of_steps
|
||||
|
||||
loops=frange(1,N_loops,1);
|
||||
forward=frange(Min,Max,dB);
|
||||
reverse=frange(Max,Min,-dB);
|
||||
|
||||
Reference in New Issue
Block a user