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

Function Graphic Plot software
Filter: All | Freeware | Demo
 

Function Graphic Plot

< 1 2 3 4 5 
Added: May 10, 2013 | Visits: 634

Associating parameters with a function In functional programming, currying is a way to bind arguments with a function and wait for the rest of the arguments to show up later. You "curry in" the first few parameters to a function, giving you a function that takes subsequent parameters as input and calls the original with all of those...



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

License: Freeware Download (54): Associating parameters with a function Download

Added: May 10, 2013 | Visits: 782

Obtaining the name of a function/method This scripts shows you how to obtain the name of a method or a function from within the running method/function.





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

License: Freeware Download (53): Obtaining the name of a function/method Download

Added: May 10, 2013 | Visits: 568

Finding the value passed to a function by name Sometimes inside a decorator that creates a function with a generic (*args, **kwargs) signature, you want to access a value passed for a particular parameter name to a wrapped function, but don't know whether that value will be passed as a positional or keyword argument, or whether the wrapped...


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


Added: May 10, 2013 | Visits: 468

Extract a inner function from a class This function can extract a inner function from a class or a function. It may be useful when writing a unit test code.


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

License: Freeware Download (53): Extract a inner function from a class Download

Added: May 10, 2013 | Visits: 479

Function emulation using __call__ This script defines a simple but useful class that emulates a function to gracefully permit latent assignment. In other words, you can use the emulating class as a valid function in assignments with the ability to later associate a function to perform the actual operations.


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

License: Freeware Download (53): Function emulation using __call__ Download

Added: May 10, 2013 | Visits: 702

Call a function/method X times per second This simple generator function is used to call a function X times per second.


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

License: Freeware Download (57): Call a function/method X times per second Download

Added: May 10, 2013 | Visits: 876

A recursive function to get permutation of a list A recursive function to get permutation of a list script allows you to make permutation on a list of objects. The script does not work on repeated items in the list.


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


Added: May 10, 2013 | Visits: 434

Function composition This script contains two classes that show two styles of function composition. The difference is only when the second function (g) returns a tuple. compose function passes the results of g as a tuple, mcompose treats it as a tuple of args to pass along. Note that extra args provided to...


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

License: Freeware Download (53): Function composition Download

Added: May 10, 2013 | Visits: 633

Extended great common divisor function This script contains a function that finds out the gcd(a,b)(great common divisor of a and b) as a linear conbination of a anb b, ax by=gcd(a,b).


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

License: Freeware Download (58): Extended great common divisor function Download

Added: July 20, 2013 | Visits: 621

Function Grapher Script This script allows you to graph any function you enter on the scale of your choice, assuming you use the correct javascript syntax.For example, to use Cos x, use Math.cos(x). Or, for x^2, use Math.pow(x, 2), etc.


Platforms: JavaScript

License: Freeware Size: 10 KB Download (48): Function Grapher Script Download

Added: April 29, 2013 | Visits: 643

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

VIDEO TUTORIAL: Serial communication (TX and RX) using SERIAL Matlab function VIDEO TUTORIAL: Serial communication (TX and RX) using SERIAL Matlab function. For Bluetooth and RS-232 devices applications. (Narration in Spanish).


Platforms: Matlab


Added: April 08, 2013 | Visits: 748

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 (47): probability distribution function (normal distribution) Download

Added: June 11, 2013 | Visits: 364

DIGITAL BEAMFORMING THIS FUNCTION PROVIDES A USER A UTILITY TO PLOT THE BEAMPATTERN OF LINEAR ISOTROPIC ARRAYS BY PROVIDING THE INTER-ELEMENT DISTANCES,CORRESPONDING WEIGHTINGS AND/OR STERING DIRECTION OF THE BEAM.


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): DIGITAL BEAMFORMING Download

Added: August 09, 2013 | Visits: 636

ambiguity function plot Everything was started some years ago - and the previous version was born 10x to dr. Ilia Iliev, technical University - Sofia and the modification of function "xcorr.m" by R. Losada included in the MATLAB 6.15 package. Unfortunately, I've erased the previous version by mistake so I am uploading...


Platforms: Matlab

License: Freeware Size: 10 KB Download (52): ambiguity function plot Download

Added: April 07, 2013 | Visits: 491

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: April 25, 2013 | Visits: 454

Calculate Ambiguity Function and Utilities The zip file contains functions to calculate an Ambiguity Function (XAMB), Upsampled and Interpolated Correlation (XCORRU), and Coherence Function (XCOH). A prefilter can be specified in each function to "sharpen" correlation peaks.XAMB calculates an estimate of the (cross-)ambiguity function. A...


Platforms: Matlab

License: Freeware Size: 10 KB Download (38): Calculate Ambiguity Function and Utilities Download

Added: June 03, 2013 | Visits: 394

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 (41): Specific Sample Function Plotting using MatLab Download

Added: June 30, 2013 | Visits: 390

Bode plot with asymptotes The function asymp() corresponds to bode(), but it also plots asymptotes for the magnitude and phase graphs. Phase asymptotes are vertical.asymp() only accepts monovariable transfer functions.If the transfer function also has a time delay, the time delay is ignoredfor the phase asymptotes.asymp()...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Bode plot with asymptotes Download

Added: July 02, 2013 | Visits: 508

Q function Because of the "erfc" function, the processing time is very small.


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (48): Q function Download

< 1 2 3 4 5