代码搜索:SciPy
找到约 26 项符合「SciPy」的源代码
代码结果 26
www.eeworm.com/read/200126/15440927
pdf scipy_tutorial.pdf
www.eeworm.com/read/150884/12252892
py chemometrics.py
"""Chemometrics toolbox for Python
Includes:
-Partial least squares regression (PLS1 and PLS2)
-Principal components analysis
-Discriminant function analysis (DFA)
$Id: chemom
www.eeworm.com/read/150884/12252915
py genetic.py
"""A simple genetic algorithm for Python
$Id: genetic.py Copyright (C) 2005 Roger Jarvis
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Gene
www.eeworm.com/read/150884/12252908
py wxpyplot.py
#!/usr/bin/env python2.2
#-----------------------------------------------------------------------------
# Name: wxPyPlot.py
# Purpose:
#
# Author: Gordon Williams
#
# Created
www.eeworm.com/read/150884/12252897
py process.py
"""Spectral pre-processing
A selection of spectral pre-processing functions including
scaling, filtering, derivatisation and baseline correction
for use on vibrational spectroscopic data
$Id:
www.eeworm.com/read/150884/12252925
py fitfun.py
"""Fitness functions for use in genetic algorithm
optimisation
$Id: FitFun.py Copyright (C) 2005 Roger Jarvis
This program is free software; you can redistribute it and/or
modify it under the
www.eeworm.com/read/483607/6599518
py testesns.py
import numpy as N
from aureservoir import *
import filtering, util
import pylab as P
from scipy import signal
from scipy.linalg import pinv, inv
import scipy.lib.lapack.clapack
#from scipy.fftpack imp
www.eeworm.com/read/483607/6599517
py filtering.py
import numpy as N
import scipy.signal
__all__ = [
'fftfilt'
'tominphase',
'biquad',
'gammatone',
'gammatone_biquad',
'ERB'
]
def fftfilt(signal, b, a):
""" Approximatio
www.eeworm.com/read/160583/10516638
py animation_blit_tk.py
# For detailed comments on animation and the techniqes used here, see
# the wiki entry
# http://www.scipy.org/wikis/topical_software/MatplotlibAnimation
import matplotlib
matplotlib.use('TkAgg')
impo
www.eeworm.com/read/160583/10517285
py animation_blit_wx.py
# For detailed comments on animation and the techniqes used here, see
# the wiki entry
# http://www.scipy.org/wikis/topical_software/MatplotlibAnimation
import matplotlib
matplotlib.use('WXAgg')
matpl