You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
271 B
Python
11 lines
271 B
Python
15 years ago
|
"""
|
||
|
Spectrum package in WAFO Toolbox.
|
||
|
|
||
|
Readme - Readme file for module SPEC in WAFO Toolbox
|
||
|
|
||
|
"""
|
||
|
|
||
|
from wafo.spectrum.core import SpecData1D
|
||
|
import wafo.spectrum.models
|
||
|
import wafo.spectrum.dispersion_relation
|
||
|
#from wafo.data_structures import SpecData1D
|