Python wavelet frequency in Title/Summary
Wavelet Sound Explorer
Lets you view sound files in the frequency/time domain. It should be of interest to students in the areas of acoustics, phonetics, and anyone interested in sound. The aim of this project is to create an audio editor based on the continuous wavelet transform. The CWT is particularly convenient, since the original waveform can be reproduced simply by adding up the columns of the image.
- Publisher: Steve Hanov
- Home page: stevehanov.ca
- Last updated: November 12th, 2011
Python - PyWavelets
PyWavelets is a Python wavelet transforms module that includes: 1D and 2D Forward and Inverse Discrete Wavelet Transform (DWT and IDWT); Computing Approximations of wavelet and scaling functions; Over seventy built-in wavelet filters and support for custom wavelets.
- Publisher: Python Software Foundation
- Home page: pypi.python.org
- Last updated: March 1st, 2013
Wavelet Studio
Wavelet Studio is a set of tools built in C# to assist the signal processing with Wavelet Analysis. the program offers you features such as Discrete Wavelet Transform (DWT), Inverse Discrete Wavelet Transform (IDWT) and it has support for most common discrete wavelet (Haar, Daubechies 2 to 10, Coiflets1-5, DMeyer, Symlets 2-8).
- Publisher: WaveletStudio
- Last updated: February 25th, 2014
Python wavelet frequency in Description
Spectrum Analyzer pro Lab
As its name implies, it is a spectrum analyzer. Features: Basic Module - Wave recording for the line in and the mic input - Mp3 player to analyze Mp3 files (Mp2, atx) - Two Peak Level Labels that give you control of the highest amplitude - Peak hold option - Generator leveling calibrated to 1/100 of a dB. - Mp3/Wave Tools etc.
- Publisher: PAS-Products
- Home page: www.pas-products.com
- Last updated: May 29th, 2011
Python - py2exe
Py2exe is a great extension to Python's Distribution Utilities that allows you to create a Windows executable file from a Pythons script. This allows users to execute programs without the need of having the Python interpreter installed. An excellent extension that every developer must have.
- Publisher: Thomas Heller
- Home page: www.py2exe.org
- Last updated: December 21st, 2008
AVPython
To call back to ArcView from Python, just say "from arcview import avexec" in your Python script, and then use the avexec function to run Avenue code. However, you can only do that from scripts that are running inside of ArcView (i.e. using the "Python Language Support" extension).
- Publisher: W. Bruce Dodson
- Last updated: February 20th, 2010
Python numpy
NumPy is an extension for Python that allows complex scientific and mathematic functions to be executed in a quick way. NumPy allows large array objects, necessary to make large calculations or to speed up some mathematical functions. A definite essential for Python.
- Publisher: Numpty Developers
- Last updated: April 9th, 2009
Python - pyodbc
This software is a Python module that enables one to connect to databases running under Windows,Linux ,OS/X and other operating systems using ODBC. It comes with an MIT license and hence, is free for personal and non-commercial use. Being a Python module, Python (ver 3.3 or higher) is a necessary prerequisite and must be installed prior to installing Pyodbc.
- Publisher: Michael Kleehammer
- Home page: code.google.com
- Last updated: November 6th, 2013
Additional Python wavelet frequency selection
Python
Python is an object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java. It comes with a large standard library that supports many common programming tasks, such as connecting to web servers, searching text with regular expressions, reading, and modifying files.
- Publisher: Python Software Foundation
- Home page: www.python.org
- Last updated: February 7th, 2024
Python pygame
Pygame adds functionality on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. Pygame is highly portable and runs on nearly every halloween contacts platform and operating system. Pygame itself has been downloaded millions of times, and has had millions of visits to this website.
- Publisher: Pete Shinners, Rene Dudfield, Marcus von Appen, Bob Pendleton, others
- Last updated: November 17th, 2010
Python Launcher
Python Launcher is an open-source program that allows Python scripts (.py and .pyw files) on Windows to specify the version of Python which should be used, allowing simultaneous use of Python 2 and 3. When executing a script, the launcher looks for a Unix-style #! (shebang) line in the script.
- Publisher: Vinay Sajip
- Home page: bitbucket.org
- Last updated: August 7th, 2017
Python comtypes
comtypes is a pure Python COM package based on the ctypes ffi foreign function library. ctypes is included in Python 2.5 and later, it is also available for Python 2.4 as separate download.rnrnWhile the pywin32 package contains superior client side support for dispatch based COM interfaces, it is not possible to access custom COM interfaces unless they are wrapped in C++-code.
- Publisher: Python
- Last updated: August 15th, 2011
Python - SendKeys
SendKeys is a Python extension for Windows which can be used to send one or more keystrokes or keystroke combinations to the active window. SendKeys exports 1 function, SendKeys, and 1 exception, KeySequenceError. SendKeys may throw KeySequenceError if an error is found when reading keys. SendKeys reads all keys before pressing any, so if an error is found, no keys will be pressed.
- Publisher: Ollie Rutherfurd
- Last updated: May 26th, 2010
Python lxml
The lxml XML toolkit is a Pythonic binding for the C libraries libxml2/libxslt. The lxml.etree follows the ElementTree API as much as possible, building it on top of the native libxml2 tree. It combines the speed and XML feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API.
- Publisher: Stefan Behnel
- Home page: lxml.de
- Last updated: May 28th, 2015
Python pywin32-210
Python pywin32-210 is a set of Python extensions for Windows. In order to run Python flawlessly, you might have to change certain environment settings in Windows. Python usually stores its library (and thereby your site-packages folder) in the installation directory.
- Publisher: Mark Hammond (et al)
- Last updated: March 5th, 2008
Python (x,y)
Its purpose is to help scientific programmers used to interpreted languages (such as MATLAB or IDL) or compiled languages (C/C++ or Fortran) to switch to Python. C/C++ or Fortran programmers should appreciate to reuse their code "as is" by wrapping it so it can be called directly from Python scripts.
- Publisher: Pierre Raybaut & Gabi Davar
- Home page: python-xy.github.io
- Last updated: February 25th, 2016
Python - docutils
Docutils is an open-source text processing system for processing plaintext documentation into useful formats, such as HTML, LaTeX, man-pages, open-document or XML. It includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language.
- Publisher: David Goodger
- Last updated: June 12th, 2014
Python - IPython
The goal of IPython is to create a comprehensive environment for interactive and exploratory computing. To support this goal, IPython has two main components: * An enhanced interactive Python shell. * An architecture for interactive parallel computing.
- Publisher: SciPy
- Last updated: January 17th, 2011