PSD of ECG using SciPy
|
|
Original author(s) | Travis Oliphant, Pearu Peterson, Eric Jones |
---|---|
Developer(s) | Community library project |
Initial release | Around 2001 |
Stable release |
0.18.1 / 22 September 2016
|
Written in | Python, Fortran, C, C++ |
Operating system | Cross-platform (list) |
Type | Technical computing |
License | BSD-new license |
Website | www |
SciPy (pronounced "Sigh Pie") is an open source Python library used for scientific computing and technical computing.
SciPy contains modules for optimization, linear algebra, integration, interpolation, special functions, FFT, signal and image processing, ODE solvers and other tasks common in science and engineering.
SciPy builds on the NumPy array object and is part of the NumPy stack which includes tools like Matplotlib, pandas and SymPy. There is an expanding set of scientific computing libraries that are being added to the NumPy stack every day. This NumPy stack has similar users to other applications such as MATLAB, GNU Octave, and Scilab. The NumPy stack is also sometimes referred to as the SciPy stack.
SciPy is also a family of conferences for users and developers of these tools: SciPy (in the United States), EuroSciPy (in Europe) and SciPy.in (in India).Enthought originated the SciPy conference in the United States and continues to sponsor many of the international conferences as well as host the SciPy website.
The SciPy library is currently distributed under the BSD license, and its development is sponsored and supported by an open community of developers. It is also supported by Numfocus which is a community foundation for supporting reproducible and accessible science.