Changes between Version 1 and Version 2 of Old/NodeHandler/FAQ/ToUseNoiseGenerator


Ignore:
Timestamp:
Nov 23, 2005, 7:44:27 PM (18 years ago)
Author:
Surya Satyavolu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/NodeHandler/FAQ/ToUseNoiseGenerator

    v1 v2  
    3232
    3333antenna(4,4).signal {|s|
    34 s.type = ‘noise’
     34
    3535s.bandwidth = 20
    3636s.channel = 3
     
    4545wait 10
    4646
    47 # increase noise from -44 dBm to -4dBm in steps of 2 dBm
     47# increase noise from -44 dBm to -20dBm in steps of 2 dBm
    4848antenna(4,4).signal.on
    49 -44.step(4, 2) { |p|
     49-44.step(-20, 2) { |p|
    5050  Experiment.props.noisePower = p
    5151  wait 30