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

Basic Terms Used In Trigonometry software
Filter: All | Freeware | Demo
 

Basic Terms Used In Trigonometry

< 1 2 3 4 5 > 
Added: September 07, 2013 | Visits: 547

K-means algorithm demo The k-means algorithm is widely used in a number applications like speech processing and image compression.This script implements the algorithm in a simple but general way. It performs four basic steps.1. Define k arbitrary prototypes from the data samples.2. Assign each sample to the nearest... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): K-means algorithm demo Download

A 32 point FFT in embedded MATLAB using fixed point arithmetic DFT plays important role in DSP and used in wide variety of applications like correlation and spectral analysis. Understanding quantization errors in its computation is an important aspect of its design either for s/w or h/w implementation.A complex DFT of N points has N complex (4N real)... Platforms: Matlab


Added: August 14, 2013 | Visits: 540

Using C# functions and forms in Matlab This script shows how C# functions/classes and forms (gui) can be used in Matlab.The zip contains:- a example c# class (ComMatlab.cs) with different inputs and outputs functions.- a info_ComMatlab.txt with the commands how to compile and register a c# activex control- a ComMatlabtest.m for... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Using C# functions and forms in Matlab Download

Added: August 28, 2013 | Visits: 577

Hydraulic, Mechanical and Electric Modeling in Simulink These files were used in the webinar on Modeling Mechanical, Electric and Hydraulic Systems in Simulink, which was broadcast on April 6th, 2006.In this webinar (Now Recorded and available from our website), we show how SimulinkdlT« enables faster and more effective development of controlled... Platforms: Matlab

License: Freeware Size: 2.18 MB Download (56): Hydraulic, Mechanical and Electric Modeling in Simulink Download

Added: April 11, 2013 | Visits: 483

UIO based Fault Detection and Isolation in dynamic systems Unknown Input Observers(UIO) are used in model based FDI schemes to reduce or almost eliminate the effect of unknown disturbances on the plant/system.Further they can be used to generate residuls that are insensitive to unknown disturbances or noise, thus lower the false alarm rate.For isolation... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (46): UIO based Fault Detection and Isolation in dynamic systems Download

Added: June 22, 2013 | Visits: 540

IMPLEMENTATION OF GAUSS SEIDEL METHOD IN MATLAB IMPLEMENTATION OF GAUSS SEIDEL METHOD IN MATLAB used in the load flow problem Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): IMPLEMENTATION OF GAUSS SEIDEL METHOD IN MATLAB Download

What's New for Object-Oriented Programming in MATLAB Webinar - Code Examples These are the code examples used in the "What's New for Object-Oriented Programming in MATLABdlT«" webinar, which described the new object oriented features in Release 2008a.To use the code, add the top folder to your path. See the test* M-files and associated published HTML reports for code... Platforms: Matlab


Added: May 02, 2013 | Visits: 437

Strategy Design Pattern in Matlab 2008b The Strategy Pattern is just one of many patterns defined by the "Gang of Four" that are commonly used in many other object-oriented programming languages.Now with Matlab 2008b we can define Interfaces and Abstract classes that can make use of many of these patterns. Not only is this good coding... Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Strategy Design Pattern in Matlab 2008b Download

Added: July 28, 2013 | Visits: 386

Numerical Inversion of Laplace Transforms in Matlab Inversion of Laplace transforms is a very important procedure used in solution of complex linear systems.The function f(t)=INVLAP(F(s)) offers a simple, effective and reasonably accurate way to achieve the result. It is based on the paper:J. Valsa and L. Brancik: Approximate Formulae for... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (47): Numerical Inversion of Laplace Transforms in Matlab Download

Added: July 16, 2013 | Visits: 395

Compute the total resistance of n resistors in parallel This m-file function can be used in any area where the total electrical resistance of parallel resistors is required.Example usage:>> z = Rparallel3(1,1,1)z = 0.3333>>By using 'varargin' Rparallel3 can take a variable number of input arguments (scalars only) allowed. I got the idea for this... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Compute the total resistance of n resistors in parallel Download

Compute the total resistance of n resistors in parallel - new minor version This m-file function can be used in any area where the total electrical resistance of parallel resistors is required. The only real difference between this version and the old one is that the function now allows a single vector input parameter (row/column) as well as the usual multiple scalar... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Compute the total resistance of n resistors in parallel - new minor version Download

Added: April 18, 2013 | Visits: 285

fd23 This m-file is used in experiments involving several factors where it is necessary to investigate the joint effects (main and interactions) of the factors on a response variable and determine by a formal analysis of variance which factor effects are nonzero. Each of the three factors (k = 3) of... Platforms: Matlab

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

Added: July 06, 2013 | Visits: 507

Approaches to implementing Monte Carlo methods in MATLAB Monte Carlo methods have long been used in computational finance to solve problems where analytical solutions are not feasible or are difficult to formulate. However, these methods are computationally intensive making it challenging to implement and adopt. In the last decade, advances in... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 552.96 KB Download (46): Approaches to implementing Monte Carlo methods in MATLAB Download

Added: June 17, 2013 | Visits: 265

Modulation & Demodulation in Zigbee This Model has covered most of the physical layer blocks which is used in Zigbee Protocol.In the transmitter, spreading is done using a PN Sequence at chip rate of 2 Mcps and then the spreaded bits are modulated using OQPSK modulator. In the receiver side, OQPSK demodulation is done first,then... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Modulation & Demodulation in Zigbee Download

Added: April 28, 2013 | Visits: 426

Shortcodes in Sidebar Widgets Shortcodes in Sidebar Widgets plugin adds a light-weight filter which will allow shortcodes to properly execute when used in sidebar text widgets. All that is needed is to download, install and activate. I have found this plugin extremely useful for placing things like contact forms and other... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Shortcodes in Sidebar Widgets Download

Introduction to Object-Oriented Programming in MATLAB(R) Webinar This contains the demo files and the presentation PDF file used in the "Introduction to Object-Oriented Programming in MATLAB(R)" Webinar, which was delivered in April 2009. These are meant to augment the Webinar, not replace it. Check out the On-Demand Webinars to... Platforms: PHP

License: Freeware Size: 30.72 KB Download (58): Introduction to Object-Oriented Programming in MATLAB(R) Webinar Download

Released: October 01, 2013  |  Added: October 23, 2013 | Visits: 873

Resistance Color Code Calculator Resistor is a basic building block in electronics circuitry. Resistor is used to limit current in a circuit because it presents opposition to charges. Resistors that are reasonably small, their values are shown as color bands on them. These color bands represent the value of that specific... Platforms: Windows, Windows 8

License: Freeware Size: 250 KB Download (65): Resistance Color Code Calculator Download

Added: October 08, 2006 | Visits: 10.331

Automation ActiveX Components ActiveX components provide you reusabe, flexible, reliable, robust and stable software UI(User Interface) solution. Of course, if you have any development environment which supports ActiveX or OLE design (i.e., Visual Basic, Visual C++, C#, VBA, C++ Builder, Delphi and so on), you can apply all... Platforms: Windows

License: Freeware Size: 1.81 MB Download (1675): Automation ActiveX Components Download

Added: March 27, 2006 | Visits: 3.310

EzGIS EzGIS Components target applications are GIS (Geographic Information System). Although it is new on GIS market, its highlights implemented quality and a lot of features will expand your develops applications. There are a lot of applications that you can develop with our EzGIS components, like :... Platforms: Windows

License: Shareware Cost: $799.00 USD Size: 3.61 MB Download (219): EzGIS Download

Added: August 12, 2008 | Visits: 881

DataMatrix 2D Barcode ActiveX DataMatrix ActiveX is the powerful ATL-based barcode control generating the DataMatrix 2D barcode and can be used in any ActiveX-compliant environment like Word, Access, Excel, VB.Net, C#.Net, Visual Basic, Visual C++, Visual FoxPro, Delphi and C++ Builder. Platforms: Windows, Windows CE

License: Shareware Cost: $159.00 USD Size: 1000 KB Download (97): DataMatrix 2D Barcode ActiveX Download

< 1 2 3 4 5 >