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

Delta Sigma Theta Sorority freeware
Filter: All | Freeware | Demo
 

Delta Sigma Theta Sorority

< 1 2 3 4 5 > 
Added: April 01, 2013 | Visits: 438

EZFFT : An easy to use Power Spectrum (FFT) EZFFT(T,U) plots the power spectrum of the signal U(T) , where T is a 'time' and U is a real signal (T can be considered as a space coordinate as well). If T is a scalar, then it is interpreted as the 'sampling time' of the signal U. If T is a vector, then it is interpreted as the 'time' itself.... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): EZFFT : An easy to use Power Spectrum (FFT) Download

Added: July 27, 2013 | Visits: 494

Fully Automatic Signal Spectrum Analyser This program operates as a signal spectrum analyzer and a distortion meter at the same time. It can accept any numerical data representing few cycles of a signal. The data do not need to be equally separated. At least ten data points per cycle are needed. Higher number of data points will of... Platforms: Matlab

License: Freeware Size: 102.4 KB Download (47): Fully Automatic Signal Spectrum Analyser Download

Added: August 20, 2013 | Visits: 436

Truncated Lognormal Estimation [MU, SIGMA, D] = TRUNCLOGNORMEST(DATA) returns the estimated parameters of the lognormal distribution, with unknown left truncation, using the sample data of percent of observations greater than observed quantities.DATA is assumed to be nx2 where the first column is a set of known values, and the... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Truncated Lognormal Estimation Download

Added: July 24, 2013 | Visits: 634

RANDSPHERE: RANDOM POINTS ON THE SURFACE OF AN nD SPHERE A few days ago I was in need of uniformly random points generation on the surface of sphere. I suddenly discovered that common parametrization with 2 angles is useless, it gathers too many points in the poles. At MathWorld you can find the complete demonstration, here the main lines:To pick a... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): RANDSPHERE: RANDOM POINTS ON THE SURFACE OF AN nD SPHERE Download

Added: July 19, 2013 | Visits: 546

Bias Field Corrected Fuzzy C-Means This function segments (clusters) an image into object classes, and estimates and corrects for slow varying illumination artifacts. Estimates and corrects for bias field in 3D MRI, streak artifacts in CT, and illumination artifacts in color photos.It's an implementation of the paper of M.N. Ahmed... Platforms: Matlab

License: Freeware Size: 133.12 KB Download (41): Bias Field Corrected Fuzzy C-Means Download

Added: August 04, 2013 | Visits: 488

Dispersion relationship for water waves With this function, you can get the value of L (wavelength), k (wave number), sigma(angular frequency), using different solutions of the dispersion relationship.Inputs: h = deep water (m) T = wave period (s)Outputs: kr = wave number with Newton-Rhapson (1/m) Lr = wavelength with Newton-Rhapson... Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Dispersion relationship for water waves Download

Added: July 19, 2013 | Visits: 390

Hohmann Transfer Example & Figure-of-8 Orbit Example There are two components in this group.1. Hohmann Transfer Example: This simulation starts with a craft/satellite in low earth orbit. A Hohmann Transfer is initiated to a 'random' destination altitude. This includes the delta V to move to a higher orbit, and then circularize the orbit once the... Platforms: Matlab

License: Freeware Size: 102.4 KB Download (47): Hohmann Transfer Example & Figure-of-8 Orbit Example Download

Added: August 06, 2013 | Visits: 619

Term Structure of Volatility Calibration This code optimises the parameters for the term structure of volatility (TSOV) applied to historical forward curves - see discussion in Harris in reference 1 below. TSOVs avaible are: TermType - 1 = sigma = A exp (-CT) - 2 = sigma = A exp (-CT) + D - 3 = sigma = (A + BT) exp (-CT) + DRequired... Platforms: Matlab

License: Freeware Size: 174.08 KB Download (45): Term Structure of Volatility Calibration Download

Added: June 22, 2013 | Visits: 480

Binary Step Size Based LMS Algorithms(BS-LMS) I was trying out modifications of the LMS algorithm so that it will converge faster and the mean square error will also be smaller. Getting to one of the drawbacks of LMS, that it has only one controllable parameter "mu", the selection of whose value will be the most critical from design point of... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (44): Binary Step Size Based LMS Algorithms(BS-LMS) Download

Added: July 19, 2013 | Visits: 422

Analog / Mixed Signal Examples This package is a continues to be expanded. New examples include: VCO with user defined phase noise, impedance matching and filter design, interleaved ADC, clock multiplying delay lock loop, clock recovery for NRZ data. Further examples include: PLL, fractional N PLL, digital fractional N PLL,... Platforms: Matlab

License: Freeware Size: 1.35 MB Download (48): Analog / Mixed Signal Examples Download

Added: June 19, 2013 | Visits: 422

Disk Harmonic Functions Computes Disk Harmonic Functions; uses Bessel functions and derivatives Requires BessDerivZerosBisect2.mfunction dnm = DiskHarmonic(m,n,r,theta) if(m == 0) dnm = 1*Rnm elseif(m 0) dnm = sqrt(2)*Rnm.*cos(mu*theta) end m0: dnm(r,theta) = sqrt(2)*Rnm(r)*cos(m*theta) (m = |mu|) n = 0,1,2,... m =... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Disk Harmonic Functions Download

Added: July 23, 2013 | Visits: 393

DeltaRule Routine accepts input variables, binary target variable (0/1) and a small number of training parameters, and returns discovered coefficients for a single neuron.Technical details:Learning rule: incremental delta ruleLearning Rate: constantTransfer function: logisticExemplar presentation order:... Platforms: Matlab

License: Freeware Size: 10 KB Download (51): DeltaRule Download

Added: July 30, 2013 | Visits: 594

2D random paths generator integrating leg's contraints Generates random 2D-paths between start and finish nodes according to densities distribution given by matrix C with leg's contrainsts defined by the adjacency matrix I.P = path_generator(start , finish , I , [C] , [K] , [V] , [delta]);Inputs-------start Index of starting points (r x 1) where... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): 2D random paths generator integrating leg's contraints Download

Added: May 08, 2013 | Visits: 376

ATAN2_SAFE This will perform the same function as Matlab built-in function ATAN2 butsafely guarded against erroneous results when the inputs are very small (near to a machine zero).Due to the round off errors in the numerical calculations, the twoinputs to ATAN2, Y and X, had better be thought as x=x_exact... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): ATAN2_SAFE Download

Added: June 14, 2013 | Visits: 364

surf2solid Conversion routines to take a surface (a function z of (x,y) or (theta,r)) and convert this into a solid; much as meshz does, but a little more useful for outputting as an STL for frabrication in a 3D printer. There are two cases, one in Cartesian co-ordinates, and the other in polar... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): surf2solid Download

Added: August 02, 2013 | Visits: 482

Double Fourier Series Surface Plotting for Mathematics The output figures will show effects of the number of series terms and use of the Lanczos sigma factors to smooth the Gibbs oscillations. Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Double Fourier Series Surface Plotting for Mathematics Download

Added: May 15, 2013 | Visits: 478

Eular angles GUI It makes visualization of rotation with Euler angles. phi theta psi are changeable. Also it makes automatic conversion to axis-angle form of rotation. Any rotation can be represented as axis of rotation and angle of rotation. See euler_axis_angle_relationship.doc. Push "rules..." button.See also... Platforms: Matlab

License: Freeware Size: 102.4 KB Download (47): Eular angles GUI Download

Added: March 28, 2013 | Visits: 402

BlockTools BlockTools provides a simple programatic interface for retrieving individual blocks from the block system while retaining Drupal's block caching mechanism. Additionally, BlockTools provides per block caching that can be configured through each block's configuration form.To invoke blocktools,... Platforms: PHP

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

Added: May 11, 2013 | Visits: 418

AJAX Select AJAX Select can enable CCK select fields with an AJAX feature to dynamically update the value of that field when viewing the node. It works by replacing the value of the field on the node view by a select field.CONFIGURATION 1. Visit http://[your-site]/admin/settings/ajax-select 2. Choose the... Platforms: PHP

License: Freeware Size: 10 KB Download (44): AJAX Select Download

Released: November 15, 2013  |  Added: December 04, 2013 | Visits: 1.105

Yet Another Cleaner Yet Another Cleaner is a all-in-one FREE professional tool to keep your PC safe, clean and fast, removes harmful files from your PC and repairing your operating system. Protects from browser hijacker, malicious plug-ins, malwares and different viruses. It can help you get rid of unwanted browser... Platforms: Windows, Windows 7

License: Freeware Size: 739 KB Download (42): Yet Another Cleaner Download

< 1 2 3 4 5 >