Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.815 Times

Delay Function freeware
Filter: All | Freeware | Demo
 

Delay Function

< 1 2 3 4 5 > 
Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 404

Printr function & Panel for Flash MX Printr Debugger is an Actionscript implementation of the 'print_r' function from PHP. It has a lot of options, the results are presented in the Output Window or in the Printr Debugger Flash Panel. It offers remote inspection too. Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 147.96 KB Download (51): Printr function & Panel for Flash MX Download

Released: August 05, 2012  |  Added: August 05, 2012 | Visits: 471

Ping Pong Delay AU A simple stereo ping pong delay audio plugin, in Apple's OS X-native AudioUnit format. The source code for v1.0 is also available for download. What's new in this version: first Universal Binary versions Platforms: Mac

License: Freeware Size: 71.68 KB Download (55): Ping Pong Delay AU Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 381

Multitap Delay AU This is a 4-tap delay plugin in AudioUnit format. Each tap has controls for delay time, pan, feedback and output level. There is also a state-variable filter with saturation in the feedback loop. What's new in this version: first Universal Binary version Platforms: Mac

License: Freeware Size: 71.68 KB Download (55): Multitap Delay AU Download

Added: May 10, 2013 | Visits: 306

PHP_Unserialize Function This is a Javascript library for decoding the output of the PHP serialize() function.It supports the following datatypes: - Strings - Integers - Doubles - Booleans - NULL - Arrays - Objects  Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (62): PHP_Unserialize Function Download

Added: May 10, 2013 | Visits: 596

Echo input with a time delay after each line This script echos the input with a time delay after each line. The input can be from standard input or a list of files on the command line, like the Unix 'cat' command. The delay between lines is adjustable, and defaults to 1 second. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 268

Format number function For many languages it is possible to use the locale module to format numbers. But there are at least three languages for which the locale.localeconv()['thousands_sep'] is empty: brazilian portuguese - 'pt_br', portuguese - 'pt' and spanish - 'es'. The first function, format_positive_integer()... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Format number function Download

Added: May 10, 2013 | Visits: 574

SQL-like ORDER BY function for lists This script contains a function that allows you to easily sort a list by multiple columns in ascending and descending order similar in function to the ORDER BY clause in SQL. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): SQL-like ORDER BY function for lists Download

Added: May 10, 2013 | Visits: 359

Timeit function This script contains a function to use the timeit module from a script, creating a nice overview of the runtimes of one or more code snippets. All command line flags that the timeit module accepts can be used. The output can easily be customized. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (49): Timeit function Download

Added: May 10, 2013 | Visits: 395

Convenience 'timeit' function This function makes it easier to use the timeit module from the interactive interpreter. You should just specify function with (optional) arguments to run, optional number of runs, and optional name of module (which if not specified defaults to the name of the function). Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Convenience 'timeit' function Download

Added: May 10, 2013 | Visits: 459

Debug statements include function name This script allows a user to place debug messages, error messages and standard messages throughout a program. The function name and line number will be added to each debug and error message before it is printed out. In addition, each of these messages can be passed to multiple handler objects... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Debug statements include function name Download

Added: May 10, 2013 | Visits: 394

Number Format function This function takes a number (integer or float) and returns a string with the integer portion grouped by thousands and the decimal portion rounded or padded to given number of decimal places. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Number Format function Download

Added: April 09, 2013 | Visits: 478

Function To Generate Truth Table This function very efficiently generates a Truth Table matrix of arbitrary, user specified dimension.The order of the Truth Table is limited only by the user's available system memory. The function is highly efficient, written using only three variables in 15 lines of MATLAB code.While this is... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Function To Generate Truth Table Download

Added: July 06, 2013 | Visits: 588

1D Gaussian lowpass filter This function returns coefficients of Gaussian lowpass filter.Advantages of Gaussian filter: no ringing or overshoot in time domain.Diasadvantage: slow rolloff in frequency domain.Pass SR=sampling rate, fco=cutoff freq, both in Hz, to the function.Coefficients for FIR filter of length L (L always... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): 1D Gaussian lowpass filter Download

Added: May 02, 2013 | Visits: 457

Autocorrelation function of m-sequence This m-file finds the periodic ACF of all the m-sequences of length 31.In this program m-sequences of length 31 are generated and its periodic Autocorrelation function is plotted. Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Autocorrelation function of m-sequence Download

Added: April 08, 2013 | Visits: 754

probability distribution function (normal distribution) This function calculates the probability under the normal distribution curve, plots the graph and the area calculated.Normaldistribution calculating the area under a normal distribution curve from -ve infinity upto point x. Input: x : point on the normal distribution curve mean : mean of the... Platforms: Matlab

License: Freeware Size: 10 KB Download (51): probability distribution function (normal distribution) Download

Added: September 17, 2013 | Visits: 930

Autocorrelation and Crosscorrelation function of gold sequence This m-file finds and plots the autocorrelation and crosscorrelation function(ACF and CCF) of generated Gold codes of length 31.Crosscorrelations are three valued. Platforms: Matlab


Added: July 02, 2013 | Visits: 767

H-infinity sub-optimal causal FIR inverse filter via LMI [psi gopt] = dfdesign_w_lmi(phi, w, d, n);DFDESIGN_W_LMI computes the H-infinity optimal inverse FIR filter of phi(z).The resulting filter minimizes the H-infinity norm of the error system E_w(z) = [z^(-d) - psi(z)phi(z)]w(z).The LMI method based on KYP lemma is used in this function.[INPUT]phi:... Platforms: Matlab

License: Freeware Size: 10 KB Download (51): H-infinity sub-optimal causal FIR inverse filter via LMI Download

Added: May 20, 2013 | Visits: 582

Function for finding peaks from data array I was not able to get the peaks from my experimentally obtained data because of its random nature. As a result the findpeaks() defined in Matlab library was not giving results as expected. Hence I made a code which will help findpeaks() help detect the peaks more accurately.It basically averages... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Function for finding peaks from data array Download

Added: May 27, 2013 | Visits: 472

Wave Field Synthesis Driving Functions This file computes the driving functions (delay and gain) for every single loudspeaker of a WFS - sytem, given by the array dimensions, the position of the virtual sound source and a reference line within the listening zone. The function arraysnap.m plots the resulting wavefield and shows the... Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Wave Field Synthesis Driving Functions Download

entropy, joint entropy and conditional entropy function for n variables for entropyH = entropy(S)this command will evaluate the entropy of S, S should be row matrixH = entropy([X;Y;Z])this command will find the joint entropy for the 3 variablesH = entropy([X,Y],[Z,W])this will find H(X,Y/Z,W).. you can use it for any combination of joint entropiesPlease validate this... Platforms: Matlab


< 1 2 3 4 5 >