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

Precision freeware
Filter: All | Freeware | Demo
 

Precision

< 1 2 3 4 5 > 
Added: May 22, 2013 | Visits: 482

Fixed-Point ATAN2 using CORDIC This demo consists of a m-file script (fixed_point_atan2_using_cordic.m) and a m-file function (atan2_fixpt.m). The script contains a step-by-step explanation of how a four quadrant arctan can be calculated using a CORDIC (COordinate Rotation DIgital Computer) algorithm. The first part shows the...



Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Fixed-Point ATAN2 using CORDIC Download

Added: June 06, 2013 | Visits: 670

Transient Response of Electrohydraulic Servoactuator Electrohydraulic servoactuators provide one of the best controllers from the point of view of precision and speed of response. They are used to control wide range of mechanical parameters, such as the displacement, angular displacement, strain, force, and others. They incorporate, mostly, a...





Platforms: Matlab

License: Freeware Size: 112.64 KB Download (49): Transient Response of Electrohydraulic Servoactuator Download

Added: September 05, 2013 | Visits: 588

Transient Response of Two-Stage Electrohydraulic Servovalve Electrohydraulic servo systems provide one of the best controllers from the point of view of precision and speed of response. They are used to control almost all hydraulic and mechanical parameters, such as the pressure, pressure difference, angular speed, displacement, angular displacement,...


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (43): Transient Response of Two-Stage Electrohydraulic Servovalve Download

Added: May 11, 2013 | Visits: 459

BER Curve for BPSK in Rayleigh Channel This file calculates BER for or a number of SNR values in Rayleigh Channel.Every BER value has been calculated for 100 errors for precision results.I hope script will help students.


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): BER Curve for BPSK in Rayleigh Channel Download

Added: April 11, 2013 | Visits: 457

Gaussian window in 3 dimensions G3 = gauss3D(sz_X, sz_Y, sz_Z, a, prec);returns a 3 dimensional matrix being a gaussian bell curve where the width in the (x/y/z)-dimension is proportional to 1/a(1), 1/a(2) and 1/a(3), respectively. "prec" is the data precision.Default is a=[2.5 2.5 2.5] and prec='double'Examples:Cubic-shaped...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Gaussian window in 3 dimensions Download

Added: March 25, 2013 | Visits: 341

fftGPU This function implements vectorized FFTs on a GPU. The answer is the same as the fft and ifft matlab functions.You need to install the GPUFFTW2.0 library of Naga K. Govindaraju http://gamma.cs.unc.edu/GPUFFTW/ . On Naga's wed site, you can see the system requirements. It works on linux and...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): fftGPU Download

Added: July 22, 2013 | Visits: 389

adcarray An ADCARRAY object usually contains a memmapfile object, together with a scale and offset to convert the values stored on disc (and pointed to by the memmapfile object) to real world numbers which are returned as double precision. These can also be transformed by a function pointed to by a handle...


Platforms: Matlab

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

Added: April 05, 2013 | Visits: 483

Linux Soft Real-Time Target The Linux Soft Real-Time Target is a target definition to Real-Time Workshop from Mathworks. The target uses the POSIX real-time clocks to generate periodic signals, to wake the model process at every time step. The process is changed to real-time highest priority defined by the scheduler, and...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (54): Linux Soft Real-Time Target Download

Added: June 07, 2013 | Visits: 526

Hill climbing optimization It is a hill climbing optimization algorithm for finding the minimum of a fitness function in the real space. The space should be constrained and defined properly. It attempts steps on every dimension and proceeds searching to the dimension and the direction that gives the lowest value of the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): Hill climbing optimization Download

Added: September 15, 2013 | Visits: 621

View Factors View factor is a MATLAB function that uses the CDIF (contour double integral formula) to calculates view factors between planar surfaces(polygons), no matter what are the shape and the orientation of the two figures.All you need to enter is the coordinates of the vertices that define the outlines...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): View Factors Download

Added: July 14, 2013 | Visits: 445

16-bits fixed-point PID implementations in C The effect of fixed-point arithmetic in 16-bits PID controller C routineson the closed-loop precision is shown in this Simulink model.Two Simulink blocks that implement single and doubleprecision 16-bits PID C routines are generated with the LCT. The C sourcesare supplied for user modifications...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (54): 16-bits fixed-point PID implementations in C Download

Added: July 06, 2013 | Visits: 526

Clinical Test Performance This function calculate the performance, based on Bayes theorem, of a clinical test. The input is based on a 2x2 matrix (true positive, false positives; false negative, true negatives).The Outputs are:- Prevalence of disease- Test Sensibility with 95% confidence interval- Test Specificity with...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Clinical Test Performance Download

Added: August 11, 2013 | Visits: 326

Find Core Toolbox, version The FindCore Toolbox (v. 1.0b)David Snyder and Gaetano Montelione, (C) 2010This Matlab Toolbox implements the FindCore algorithm described in Snyder, D.A.; Montelione, G.T. PROTEINS: Struct. Funct. Bioinformaticsm, 2005, 59: 673-86. Clustering algorithms for identifying core atom sets and for...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Find Core Toolbox, version Download

Added: April 23, 2013 | Visits: 517

Heat Exchanger Model It is an educational tool and a source of inspiration.Given physical paramaters (inlet temperatures, heat capacities ...) the final temperature profile and the outlet temperature change are displayed for both streams.A dynamic approach lacks the precision of an analytical one, but may be extended...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (50): Heat Exchanger Model Download

Added: June 05, 2013 | Visits: 333

spinedit spinedit is an easy way to implement an edit with a slider attached to it to allow easy adjustment of numerical values in GUIs.This package groups the two uicontrol components together and takes care of their callbacks, resulting in a kind of new uicontrol type named spinedit.The zip file...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): spinedit Download

Added: July 12, 2013 | Visits: 343

imsl2c The m-file imsl2c.m (IMSL to 'C') automates the process of writing the source code for C MEX files which, in turn, call routines in the IMSL numeric libraries. These libraries are included in the professional version of DEC's Digital Visual Fortran. The mat-file imsl.mat contains structures that...


Platforms: Matlab

License: Freeware Size: 51.2 KB Download (38): imsl2c Download

Added: May 18, 2013 | Visits: 267

num2sci Works just like num2str except will print with formatting in SI prefix notation and (optional) units and precision.Works with arrays of numbers and (potentially) cell arrays of strings for the units, returning a cell array of strings.Examples: str = num2sci(165.48e-3) returns str = '165.5 m' str...


Platforms: Matlab

License: Freeware Size: 10 KB Download (38): num2sci Download

Added: August 06, 2013 | Visits: 373

SAT_ORBIT Script The routine parses a TLE file and extracts informations from a selected satellite.It then calls the SGP4 propagator, converts the orbit in the ECI reference into Earth Centered Earth Fixed and also into Lat Long Heigth.This subroutine includes an example of the ENVISAT satellite in which the...


Platforms: Matlab

License: Freeware Size: 143.36 KB Download (50): SAT_ORBIT Script Download

Added: May 29, 2013 | Visits: 236

Sumsqint Script The function's algorithm uses Gaussian integer factorization and variable precision integers.


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Sumsqint Script Download

Added: April 18, 2013 | Visits: 371

autoformBQ AutoformBQ means "automatic form By Query". It is a package to dynamically generate forms to edit or insert records into a MySQL database table.After you have successfully executed MySql query, autoformBQ processes the result set metadata and determines the columns and tables to create the form...


Platforms: PHP

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

< 1 2 3 4 5 >