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

Cosine Function software
Filter: All | Freeware | Demo
 

Cosine Function

< 1 2 3 4 5 > 
Added: August 29, 2013 | Visits: 195

FTDI USB S-function FT232RL serial converter communication function. Used direct connect to D2XX library. Not Virtual Com Port.Model consist modified 'ft232xx.h' header file to work on x64.As example used simple function 'string_maker', which generate string 'AxxxxBxxxxCxxxx', where xxxx - numbers obtained from...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 133.12 KB Download (47): FTDI USB S-function Download

Added: September 12, 2013 | Visits: 449

Simple ellipse plotting function function plot_ellipse(a,b,cx,cy,angle,color)%a: width in pixels%b: height in pixels%cx: horizontal center%cy: vertical center%angle: orientation ellipse in degrees%color: color code (e.g., 'r' or [0.4 0.5 0.1])





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Simple ellipse plotting function Download

gold index of refraction / dialectric constant as function of wavelength the function calculates the (complex) values of index of refraction (gold_n) or the values of dielectric constant (gold_eps) of gold, as a function of wavelength.the values calculate using linear interpolation of the values given in: P. B. Johnson, and R. W. Christy, "Optical Constants of the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): gold index of refraction / dialectric constant as function of wavelength Download

Added: August 15, 2013 | Visits: 314

Recursive HYPOT Function for Multiple Inputs Extension of the built-in MATLAB function hypot for multiple inputs.MATLAB provides a function called hypot to calculate sqrt(abs(A).^2 + abs(B).^2) in a robust way to avoid underflow and overflow (see http://www.mathworks.com/help/techdoc/ref/hypot.html and http://en.wikipedia.org/wiki/Hypot)....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Recursive HYPOT Function for Multiple Inputs Download

Added: August 11, 2013 | Visits: 394

Function Parameter Slider funcslider.mGiven a function with several (up to 5) inputs, and several outputs,[z1, z2, ...] = f(x1,...,x5)Function Slider lets you vary the input values x1...x5 using continuously updating sliders, and then viewing the results using any arbitrary MATLAB expression on the outputs (z1,z2...).The...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Function Parameter Slider Download

Added: April 29, 2013 | Visits: 649

Soft Handover Probability as a function This simple m-file plots the Soft Handover probability as a function of the Soft Handover Threshold value used in the UTRA Soft Handover Algorithm. The relationship has been dertived by taking the ratio between the Cell area where Soft Handovers are enabled and the total Cell area.


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Soft Handover Probability as a function Download

Added: July 31, 2013 | Visits: 391

Incomplete beta function Calculates incomplete beta function in the complex plane Uses continued fractions for abs(z)=5Run without arguments for a test


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Incomplete beta function Download

Added: June 03, 2013 | Visits: 314

Integer order 1D Gaussian function Computes the Gaussian function in 1D:exp(-log(2)*(2*(x-x0)./FWHM).^(2*floor(abs(order))));Where:x = Co-ordinatex0 = Centre of functionFWHM = Full Width Half Max of the functionorder = Gaussian orderNormal Gaussian is of order 1.Note that FWHM = (1/e Half Width)/sqrt(2*log(2))log is the natural log.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Integer order 1D Gaussian function Download

MDF Import Tool and Function - with resampling/interpolation This mdf-import function is a modification of Stuarts MDF import tool. A resampling functionality to a unique time signal has been added to allow easy access to all signals and simplify plotting and other analysis with a comon time vector. The help file also shows a possibility to shorten all...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (46): MDF Import Tool and Function - with resampling/interpolation Download

Function to generate Timeseries file to use for Moore FSM coverage analysis This function generates a Timeseries file which can be used for Moore FSM coverage analysis.The file is generated in the working directory and can be opened into the Workspace for use by MATLAB, or read directly into Simulink using the 'Import Data From File' source block.The generated Timeseries...


Platforms: Matlab


Added: September 04, 2013 | Visits: 511

Molecular Weight Calculator Function MolMass is a function for calculating the molar weight of a substance given in form of a chemical formula.Function call: MM = MolMass(substance)Substance is a string of the chemical formula of a substance.Example: MM = MolMass('Fe2(SO4)3');Substance can also be a vector of substances opened by...


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (46): Molecular Weight Calculator Function Download

Added: June 21, 2013 | Visits: 624

Multiple Coherence Function For a system having multiple inputs x and outputs y, the partial coherence is the coherence computed between any individual input and the output when the effect of all other inputs is removed from the output by a linear least squares prediction. This coherence obeys the usual inequality, and will...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Multiple Coherence Function Download

Added: May 15, 2013 | Visits: 414

Temporary (or anonymous) function handles for ML The anonymous function handle feature of ML 7 is a long-needed feature, and one that I have longed for since I began writing scripts in early ML 6.Unfortunately, I am still forced to use ML 6 most of the time, so I came up with a way to create "psuedo-anonymous" function handles: that is,...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Temporary (or anonymous) function handles for ML Download

Added: April 13, 2013 | Visits: 361

Centroid Calculation Function Function takes a picture as an argument (suitably should contain only one object whose centroid is to be obtained) and returns the x and y coordinates of its centroid.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Centroid Calculation Function Download

Added: August 31, 2013 | Visits: 236

Multidimensional Discrete Cosine Transform (DCT) The function is much faster than Matlab's native (dct, idct, dct2, idct2). It also allows N-D (multidimensional) input.Example:x=randn(100,200,300);y=mirt_dctn(x); % forward DCTx=mirt_idctn(y); % inverse DCTFind more at my home page:http://www.bme.ogi.edu/~myronEnjoy and comment below if you like...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Multidimensional Discrete Cosine Transform (DCT) Download

Added: August 29, 2013 | Visits: 174

rectangleWeight function the patch of MLS2D and MLS3DIn the previous MLS2D/MLS3D, I missed a weight function (rectangleWeight.m)in MLS2Dshape.m or MLS3Dshape.m that may cannot run in Matlab.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): rectangleWeight function Download

Added: August 26, 2013 | Visits: 349

Fresnel Cosine and Sine Integral Function This function calculates the fresnel cosine and sine integrals.Input:y = values for which fresnel integrals have to be evaluatedOutput:FresnelC = fresnel cosine integral of yFresnelS = fresnel sine integral of yAdapted from:Atlas for computing mathematical functions : an illustrated guide for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Fresnel Cosine and Sine Integral Function Download

Added: April 07, 2013 | Visits: 492

Function to generate PN sequence To use this function just define a variable say var,var = pnseq(a, b, c);for a, b and c refer to the zip file


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (45): Function to generate PN sequence Download

Added: June 03, 2013 | Visits: 397

Specific Sample Function Plotting using MatLab specific function which result of pyramid surface bar graph.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Specific Sample Function Plotting using MatLab Download

Added: April 04, 2013 | Visits: 368

Linearity Of Block Function Square Simulink After publishing my new block simulink library Function Square,Y output ,and Xput i shoz lineqrity chqnging input vqlue.


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Linearity Of Block Function Square Simulink Download

< 1 2 3 4 5 >