aesa 実行例

help出力 aesa.py --help

usage: aesa.py [-h] [--n-sources N_SOURCES] [--wavelength WAVELENGTH]
               [--spacing SPACING] [--spacing-multiple SPACING_MULTIPLE]
               [--steer-angle STEER_ANGLE] [--speed SPEED] [--xmin XMIN]
               [--xmax XMAX] [--nx NX] [--ymin YMIN] [--ymax YMAX] [--ny NY]
               [--frames FRAMES] [--interval INTERVAL] [--dt DT]
               [--levels LEVELS] [--vmin VMIN] [--vmax VMAX]
               [--fig-width FIG_WIDTH] [--fig-height FIG_HEIGHT]

Animate phased-array beamforming and plot source phase offsets.

options:
  -h, --help            show this help message and exit
  --n-sources N_SOURCES
                        Number of wave sources. Default: 16
  --wavelength WAVELENGTH
                        Wavelength. Default: 1.0
  --spacing SPACING     Source spacing. If omitted, wavelength *
                        spacing_multiple is used.
  --spacing-multiple SPACING_MULTIPLE
                        Source spacing in units of wavelength. Used only when
                        --spacing is omitted. Default: 0.5
  --steer-angle STEER_ANGLE
                        Beam steering angle in degrees. Default: 30
  --speed SPEED         Wave speed in simulation units. Default: 1.0
  --xmin XMIN           Minimum x value of calculation region. Default: -10
  --xmax XMAX           Maximum x value of calculation region. Default: 10
  --nx NX               Number of x mesh points. Default: 300
  --ymin YMIN           Minimum y value of calculation region. Default: 0
  --ymax YMAX           Maximum y value of calculation region. Default: 15
  --ny NY               Number of y mesh points. Default: 300
  --frames FRAMES       Number of animation frames. Default: 50
  --interval INTERVAL   Animation interval in milliseconds. Default: 50
  --dt DT               Time step per frame. Default: 0.1
  --levels LEVELS       Number of contour levels. Default: 50
  --vmin VMIN           Minimum color scale value. Default: -1.5
  --vmax VMAX           Maximum color scale value. Default: 1.5
  --fig-width FIG_WIDTH
                        Figure width. Default: 8
  --fig-height FIG_HEIGHT
                        Figure height. Default: 6.8


生成されたデータファイル

(データファイルが見つかりませんでした)

生成された画像一覧

(画像ファイルが見つかりませんでした)