Skip to content

Library for simulation of electronic and optoelectronic oscillators

Notifications You must be signed in to change notification settings

adocherty/Oscillate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oscillate
=========

Installation
------------

To use Oscillate the following prerequisites are required:

 * Python :: http://www.python.org
 * Numpy and Scipy :: http://www.scipy.org
 * Matplotlib :: http://matplotlib.sf.net
 * Cython :: http://www.cython.org


For Ubuntu linux these prerequisites can be installed with the following commands:

 sudo apt-get install python python-numpy python-scipy python-matplotlib cython
 

For Windows an easy way to install Python and all the required packages is with Python (x,y):

 http://www.pythonxy.com
 
 
This library can be used in place, setting your Python path to point to this directory.  This won't include any compiled modules.

To build this software and install it in the usual way use the command:

 python setup.py install


About

Library for simulation of electronic and optoelectronic oscillators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages