Changed name of module 'plot_builtin_wave' to 'plot_source_wave'. Add functionality to allow plotting (with FFT) in Jupyter notebooks of user-defined waveforms.

这个提交包含在:
Craig Warren
2016-07-19 12:52:49 +01:00
父节点 e18d7e3d5e
当前提交 ca2c9c004f
共有 6 个文件被更改,包括 238 次插入162 次删除

查看文件

@@ -83,14 +83,14 @@ Built-in waveforms
This section describes the definitions of the functions that are used to create the built-in waveforms, and how to plot them.
plot_builtin_wave.py
plot_source_wave.py
--------------------
This module uses matplotlib to plot one of the built-in waveforms and it's FFT. Usage (from the top-level gprMax directory) is:
.. code-block:: none
python -m tools.plot_builtin_wave type amp freq timewindow dt
python -m tools.plot_source_wave type amp freq timewindow dt
where: