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

Sig Fig software
Filter: All | Freeware | Demo
 

Sig Fig

< 1 2 3 4 > 
Added: December 01, 2012 | Visits: 439

CAS 6.x- / 5.x-3.0 CAS is a Java-based single sign-on solution originally developed at Yale and later placed under the auspices of JA-SIG (Java Architectures - Special Interest Group). CAS authenticates users and sends the user to the requested application with a ticket. The application is then responsible for... Platforms: BSD Solaris

License: Freeware Download (53): CAS 6.x- / 5.x-3.0 Download

Added: April 27, 2013 | Visits: 386

Signal Processing blocks This m-file implements a M-point moving average system.The equation is:y(n)=(x(n)+x(n-1)+.....+x(n-M))/M;M is the order of the M-point moving average system.Syntax:y=mpointaverage(input,order)The argument 'input' is the input sequence.The argument 'order' is T,the order of the M-point moving... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Signal Processing blocks Download

Added: September 09, 2013 | Visits: 148

Fuzzy Arithmetic Please open FA1.fig file first in and press help button to get knowledge about this GUI.In this I have used only two membership function, Trapmf, and Tirmf,And I tried maximum to cover all the errors.Any improvement is heartly accepted. Platforms: Matlab

License: Freeware Size: 40.96 KB Download (45): Fuzzy Arithmetic Download

Added: August 29, 2013 | Visits: 412

Data Acquisition Start/Stop Button DAQSTOPBUTTON(FIG,OBJ) adds a start/stop button to figure FIG. This button can be used to start and stop data acquisition object OBJ. DAQSTOPBBUTTON will also delete OBJ when FIG is closed (i.e., it sets FIG's CloseRequestFcn to delete the object). DAQSTOPBUTTON(FIG,OBJ,'P1','V1','P2','V2', ...)... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Data Acquisition Start/Stop Button Download

Added: August 18, 2013 | Visits: 547

Extract data from an existing .fig file This is a simple code to extract data from an existing matlab 2D or 3D figure. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Extract data from an existing .fig file Download

Added: June 04, 2013 | Visits: 373

The problems of LDPC codes in CCSDS 131.0-P- We found that the generator matrix in Fig.6-2 to be wrong, Bi,j's are not circulant. You can not derive circulant Bi,j's from the parity check matrix in Fig.6-1.There are two vital problems in the LDPC codes of CCSDS 131.0-P-1.1: (1) the parity check matrix in Fig.6-1 is not full rank; (2) the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 563.2 KB Download (40): The problems of LDPC codes in CCSDS 131.0-P- Download

Added: September 10, 2013 | Visits: 390

Dockfig/Undockfig dockfig(FIG) Docks figure with handle FIG, and brings it to the front. dockfig('all') Docks all open figuresundockfig(FIG) Undocks figure with handle FIG, and brings it to the front. undockfig('all') Undocks all open figures Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Dockfig/Undockfig Download

Added: August 04, 2013 | Visits: 190

fig2jpg This program converts a set of fig files located in a directory in to jpg files. The program runs through the directory and gets a list of fig file names. These files are then read using the d-de?openfigd-deOao command and the output is written using d-de?saveasd-deOao command. For example, a... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): fig2jpg Download

Added: July 25, 2013 | Visits: 425

MATLAB color picker (fig-file) Simple user interface with possibility to pick any color and determine MATLAB code for chosen color. It makes possible to copy determined color code en paste it to your color specification within m-file of other program code. This color specification is not RGB value but percentage of RGB. I'm... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (47): MATLAB color picker (fig-file) Download

Added: June 20, 2013 | Visits: 267

Marking Fig MATLAB puts marker on all the plotted points.This function puts marker, as many as specified by the user, on the plots. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Marking Fig Download

Added: June 17, 2013 | Visits: 138

fig2cmd command_strings = fig2cmd(figfile,varargin)This routine is meant for users (like myself) who wish to enjoy the graphical design capabilities of GUIDE, but avoid the large amount of code it generates. The routine takes the figfile and extracts the gui objects (figure, axes, uicontrol etc.) and... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): fig2cmd Download

Added: May 01, 2013 | Visits: 264

polyrevolve [X,Y,Z]=polyrevolve(x,z,n)This function revolves a 2D polygon around the Z-axis. It copies the 2D data points evenly around the axis and produces a 3D data set suitable for input to MESHGRID and GRIDDATA to create a 3D surface.Useful to convert 2D axisymmetric data to 3D surfaces for presentation... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): polyrevolve Download

Added: March 29, 2013 | Visits: 195

gcircle GCIRCLE(FIG) draws a circle by clicking the mouse at the center and at some distance away in the figure FIG.H = GCIRCLE(FIG) Returns the handle to the line.GCIRCLE with no input arguments draws in the current figure. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (54): gcircle Download

Added: September 14, 2013 | Visits: 303

gspline GSPLINE(FIG) draws a spline by left - clicking the mouse at the controlpoints of the spline in the figure FIG. Right clicking will end the spline.H = GSPLINE(FIG) Returns the handle to the line.GSPLINE with no input arguments draws in the current figure. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): gspline Download

Added: August 18, 2013 | Visits: 378

DOTNOT - Dot Notation DOTNOT - "Dot Notation" toolbox to replace set/get with simpler syntax. This Toolbox implements a replacement to the calls set/get that make your code easier write and understand. Especially if you write GUIs and advanced plots. The main intention is to show how this kind of notation can look in... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): DOTNOT - Dot Notation Download

Added: June 25, 2013 | Visits: 595

Feeds Image Grabber Feeds Image Grabber (FIG) is successor of FeedAPI ImageGrabber, an addon for Feeds module, which grabs image for each feed-item from their respective webpages and maps it to an image field in the node created by Feeds (Node Processor).[Google Reader (with thumbnails) can be imitated on a Drupal... Platforms: PHP

License: Freeware Size: 20.48 KB Download (47): Feeds Image Grabber Download

Released: January 09, 2001  |  Added: April 04, 2006 | Visits: 5.745

SIGv8: Software + Investments = Gains SIGv8 is software designed for organizations or persons that hold investment portfolios in foreign currency. The program maintains the necessary data to automatically translate any amount to its equivalent monetary value in the base currency chosen. It provides a great number of reports that...

License: Commercial Cost: $445.00 USD Size: 3.42 MB Download (189): SIGv8: Software + Investments = Gains Download

Released: May 02, 2004  |  Added: May 10, 2006 | Visits: 3.158

SkDNS ActiveX Control SkDNS ActiveX Control is a DNS (Domain Name Service) ActiveX control that can be used for network diagnosing, troubleshooting, and monitoring. The Magneto Software DNS (Domain Name Service) ActiveX Control (SkDNS.OCX) allows developers to integrate the DNS protocol message sending capability... Platforms: Windows

License: Shareware Cost: $295.00 USD Size: 1.2 MB Download (127): SkDNS ActiveX Control Download

Added: April 19, 2006 | Visits: 3.508

Taglinator Taglinator (tm), the easy to use random tagline generator with QuickPad (tm) Mode, GrabPad (tm), Stealth View, command line interface, five custom signatures, and over 1600 taglines. Works with any e-mail or newsreader software. Taglinator runs at the bottom of your screen. Swipe your mouse... Platforms: Windows

License: Shareware Cost: $5.00 USD Size: 992 KB Download (131): Taglinator Download

Released: October 12, 2002  |  Added: September 23, 2006 | Visits: 3.357

SigSimple SigSimple is an easy to use, easy to implement, Outlook Express signature tag maintenance program! This is try-before-you-buy software, you will have a 10 day trial period to use the software before you are required to purchase it Features include: Install new signatures without having to... Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 4.39 MB Download (2124): SigSimple Download

< 1 2 3 4 >