|
|
__init__(self,
data=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a...,
**kwds)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
save(self,
filename='sage.wav')
Save this wave file to disk, either as a SAGE sobj or as a .wav file. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_normalize_npoints(self,
npoints)
Used internally while plotting to normalize the number of |
source code
|
|
|
|
domain(self,
npoints=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a...)
Used internally for plotting. |
source code
|
|
|
|
values(self,
npoints=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a...,
channel=0)
Used internally for plotting. |
source code
|
|
|
|
|
|
|
vector(self,
npoints=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a...,
channel=0) |
source code
|
|
|
|
plot(self,
npoints=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a...,
channel=0,
plotjoined=True,
**kwds)
Plots the audio data. |
source code
|
|
|
|
plot_fft(self,
npoints=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a...,
channel=0,
half=True,
**kwds) |
source code
|
|
|
|
plot_raw(self,
npoints=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a...,
channel=0,
plotjoined=True,
**kwds) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
convolve(self,
right,
channel=0)
NOT DONE!
Convolution of self and other, i.e., add their fft's, then
inverse fft back. |
source code
|
|
|
Inherited from structure.sage_object.SageObject:
__hash__,
__new__,
__repr__,
_axiom_,
_axiom_init_,
_gap_,
_gap_init_,
_gp_,
_gp_init_,
_interface_,
_interface_init_,
_interface_is_cached_,
_kash_,
_kash_init_,
_macaulay2_,
_macaulay2_init_,
_magma_,
_magma_init_,
_maple_,
_maple_init_,
_mathematica_,
_mathematica_init_,
_maxima_,
_maxima_init_,
_octave_,
_octave_init_,
_pari_,
_pari_init_,
_r_init_,
_sage_,
_singular_,
_singular_init_,
category,
db,
dump,
dumps,
rename,
reset_name,
version
Inherited from object:
__delattr__,
__getattribute__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|