A collection of sloppy snippets for scientific computing and data visualization in Python.
Thursday, August 25, 2011
How to use ginput
›
ginput is a function that enables you to select points from a figure using the mouse. This post is a simple example on how to use it. from ...
4 comments:
Wednesday, August 10, 2011
Applying a Moebius transformation to an image
›
The Moebius transformation is defined as where z is a complex variable different than -d/c. And a, b, c, d are complex numbers. In this po...
6 comments:
Wednesday, August 3, 2011
How to plot the frequency spectrum with scipy
›
Spectrum analysis is the process of determining the frequency domain representation of a time domain signal and most commonly employs the Fo...
39 comments:
‹
›
Home
View web version