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.323.491 Times

Zeros freeware
Filter: All | Freeware | Demo
 

Zeros

1 2 3 4 > 
Added: August 06, 2010 | Visits: 590

Leading::Zeros Leading::Zeros is a Perl module to defuse Perls octal number representation. SYNOPSIS no Leading::Zeros; my $answer = 042; # dies This module offers some control over Perls insidious "leading-zero-means-octal" notation. INTERFACE If the module is loaded via a no: no Leading::Zeros;...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): Leading::Zeros Download

Added: August 16, 2013 | Visits: 378

Bessel Derivative Zeros Calculates the zeros of the first derivatives of Bessel function.Updates BessDerivZerosBisect.m with these changes:1. Allows for m = 02. Allow the user to specify the particular m and k values desired.3. Allows for a tolerance input parameter4. Uses a table look-up to get closer initializations...





Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Bessel Derivative Zeros Download

Added: May 08, 2013 | Visits: 563

Digital filter with poles and zeros placement Run the M-file and place the poles of your system, then press ENTER. After, insert the zeros of your system, then press ENTER. The result is the Bode diagram of the filter's normalized frequency response that has NUM and DEN with the same order


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Digital filter with poles and zeros placement Download

Added: September 16, 2013 | Visits: 440

INTERPFTW The INTERPFT function does sinc interpolation by taking an FFT, padding its end with zeros, and then taking an IFFT. Essentially, INTERPFT resamples the signal after low-pass filtering it.Instead of putting all zero padding at the FFT *ends*, that padding can be split so that some are at the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): INTERPFTW Download

Added: July 10, 2013 | Visits: 691

DC motor speed control with Lag compensator and PID DC motor Control using lag compensation and PIDTo customize this code you just need to:1- Change the values of DC motor constants2- Determine settling time, PO% and SSE and Change the zeros of lag compensation3- Tune the gains of PID controller


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): DC motor speed control with Lag compensator and PID Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 272

Rgrow RGrow resizes fixed length records e.g. RGrow.exe MyFile.seq 500 600 will grow each record from 500 to 600 bytes by padding binary zeros. Will also truncate records. These are not the old and new sizes of the file, but of the fixed length records in the file. If you increase the record size, each...


Platforms: Windows

License: Freeware Download (46): Rgrow Download

Added: May 10, 2013 | Visits: 436

Format integer as binary string This script converts integers to binary strings with no leading zeros.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Format integer as binary string Download

Added: May 28, 2013 | Visits: 377

Currency Format This script accepts a number or string and formats it like U.S. currency. It adds the dollar sign, rounds to two places past the decimal, adds place holding zeros, and commas where appropriate.Occurs when the user clicks the button or when they finish entering the money amount (and click into the...


Platforms: JavaScript

License: Freeware Size: 102.4 KB Download (59): Currency Format Download

Added: September 07, 2013 | Visits: 460

Multiple-root polynomial solved by partial fraction expansion A given polynomial p(x) is transformed into a rational function r(x). The poles and residues of the derived rational function are found to be equivalent to the roots and multiplicities of the original polynomial. p(x) = Given polynomial = PROD[k=1:K]{(x - z_k)^m_k} d(x) = (d/dx)p(x) g(x) =...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Multiple-root polynomial solved by partial fraction expansion Download

Added: August 01, 2013 | Visits: 477

circ conv 4 unequal length sequences A function that takes two sequences(vectors) as parameters and computes the circular convolution .x(n),h(n) are the vectors.The vectors need NOT be of equal lengths.If they are of unequal lengths, the shorter vector is appended with trailing zeros and then circular convolution is carried out.


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): circ conv 4 unequal length sequences Download

Added: May 10, 2013 | Visits: 513

Number of sinusoids Estimator Fast Algorithm estimating the number of sinusoids in a white Gaussian noise. This algorithm use a sub-space method based on chi-square statistics of eigen values of the Autocorrelation Matrix.Example :clear, close all hiddenN = 512;L_vrai = 4;fe = 2000;F = (0:(fe/2)/(N/2-1):(fe/2));snr = [-10 -10...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Number of sinusoids Estimator Download

Added: July 20, 2013 | Visits: 384

RUNMEAN For vectors, Y = RUNMEAN(X,M) computes a running mean (also known as moving average) on the elements of the vector X. It uses a window of 2*M+1 datapoints. M an positive integer defining (half) the size of the window. In pseudo code: Y(i) = sum(X(j)) / (2*M+1), for j = (i-M):(i+M), and...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): RUNMEAN Download

Added: July 14, 2013 | Visits: 498

Transient Pipe Flow Separation of variables allows the determination of the transient velocity profile in a pipe. The present program computes the zeros of the Bessel function and plots the transient velocity profile of a pipe flow.


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Transient Pipe Flow Download

Added: May 07, 2013 | Visits: 421

jQuery.relatizeDate SHPATH - shortest path with obstacle avoidance (ver 1.3) Given a "terrain" matrix consisting of zeros (for open space) and ones (for obstacles), this function computes the shortest path between two specified points while avoiding obstacles.A two-stage solution is employed. In stage one, the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): jQuery.relatizeDate Download

Added: May 26, 2013 | Visits: 441

Alternative Mathematics using MATLAB 7 This e-book is based on the Student Edition of MATLAB 7, which includes a symbolic toolbox. The Professional Edition may of course also be used. The goal is to exploit a restricted subset of MATLAB commands and functions to explore most of the elements of undergraduate mathematics. All items from...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (45): Alternative Mathematics using MATLAB 7 Download

Added: July 15, 2013 | Visits: 348

Zero Padding 2^N zeroPadding2N makes zero padding of a given array to a 2^N length.X_ = zeroPadding2N(X), for array X, returns the array with the necessary appended zeros so it reaches the next power of 2 length.X_ = zeroPadding2N(X, N), for array X, returns the array with the necessary appended zeros so it...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Zero Padding 2^N Download

CaToKi V2. System Identification ToolKit in Open loop SISO Catoki present a new alternative to MATLAB IDENT GUI. This is friendly interface for system identification SISO. CaToKi is based in a regular course of Identification based in Ljun Book. You can obtain models of easy way: ARX, ARMAX, Outpur-Error and Box Jenkis. Plot your input-output dates....


Platforms: Matlab

License: Freeware Size: 7.38 MB Download (40): CaToKi V2. System Identification ToolKit in Open loop SISO Download

Added: September 05, 2013 | Visits: 536

Transfer Function Utilities for When doing traditional bode diagram control system analysis of ill-conditioned high order SISO systems in V4.2 with Control System Toolbox, I found using these utilities improved the robustness of my results. There's also a nice function to plot an approximate (asymptotic) bode diagram which I...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (42): Transfer Function Utilities for Download

Added: November 18, 2013 | Visits: 281

GNU ddrescue GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors. The basic operation of ddrescue is fully automatic. That is, you don't have to wait for an error, stop the program, read the...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (34): GNU ddrescue Download

Released: February 09, 2000  |  Added: January 05, 2006 | Visits: 3.270

32bit Convert It 32bit Convert It is a 32bit Unit Converter. You can type in values for a unit of measurement while the other units dynamically change to become equal in measurement. In the main window, you will see the tabs, [Length], [Area], [Volume], [Mass], [Density], and [Speed]. Each tab will contain...



License: Freeware Size: 261 KB Download (798): 32bit Convert It Download

1 2 3 4 >