Metadata-Version: 2.1
Name: SecondOrderElec
Version: 0.0.1
Summary: A set of tools to work with continuous-time system. You will find various second order electronic filters models.
Home-page: https://github.com/slashformotion/SecondOrderElec
Author: slashformotion
Author-email: slashformotion@protonmail.com
License: MIT
Description: # Electronic Lib for second order system
        
        A simple python library for the analysis of second order system
        
        This repo is a fork of [ENIB_elec](https://github.com/vincentchoqueuse/ENIB_elec) by [Vincent Choqueuse](https://github.com/vincentchoqueuse).
        
        ## Getting Started
        ---
        ### Dependancies
        
        * numpy
        * matplotlib
        * scipy
        
        ### Installing
        
        For now, you need to download the SecondOrderElec folder and import it manually
        
        ### Exemples
        
        You will find exemples [here](https://github.com/slashformotion/SecondOrderElec/tree/master/exemples).
        
        ### Help
        
        Create an issue [here](https://github.com/slashformotion/SecondOrderElec/issues).
        
        ### Acknowledgments
        
        Again, most of the work is from [Vincent Choqueuse](https://github.com/vincentchoqueuse).
        
        ### Licence
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
