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

Examples Of Mood In Literature software
Filter: All | Freeware | Demo
 

Examples Of Mood In Literature

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

Modify class method in-place Once in a while it becomes necessary to globally change the behaviour of classes in a third party library. This code demonstrates the ability to modify the __init__ method of an arbitrary class in-place. It's also good for making functional programmers wince, which can be entertaining.



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

License: Freeware Download (58): Modify class method in-place Download

Added: May 10, 2013 | Visits: 439

Closest elements in a target array This script has the next actions: finds the set of elements in input_array that are closest to elements in target_array and records the indices of the elements in target_array that are within tolerance, tol, of their closest match. Also it records the indices of the elements in target_array...





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

License: Freeware Download (63): Closest elements in a target array Download

Added: August 11, 2013 | Visits: 529

BER of BFSK in AWGN Channel The MATLAB program simulates binary frequency shift keying (BFSK) at baseband through Monte Carlo method. The goal is to simulate bit error rate (BER) over an additive white Gaussian noise (AWGN) channel. For realizing that, the effect of noise is represented in the baseband with Gaussian random...


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (42): BER of BFSK in AWGN Channel Download

Added: May 26, 2013 | Visits: 479

BER of BPSK in AWGN Channel The MATLAB program simulates binary phase shift keying (BPSK) at baseband through Monte Carlo method. The goal is to simulate bit error rate (BER) over an additive white Gaussian noise (AWGN) channel. For realizing that, the effect of noise is represented in the baseband with Gaussian random...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): BER of BPSK in AWGN Channel Download

Added: May 10, 2013 | Visits: 513

Number of sinusoids Estimator Fast Algorithm estimating the number of sinusoids in a white Gaussian noise. This algorithm use a sub-space method based on chi-square statistics of eigen values of the Autocorrelation Matrix.Example :clear, close all hiddenN = 512;L_vrai = 4;fe = 2000;F = (0:(fe/2)/(N/2-1):(fe/2));snr = [-10 -10...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Number of sinusoids Estimator Download

Added: August 22, 2013 | Visits: 556

Optimization Tips and Tricks New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems.Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to...


Platforms: Matlab

License: Freeware Size: 92.16 KB Download (45): Optimization Tips and Tricks Download

Added: April 24, 2013 | Visits: 596

Spatial correlation in high resolution climate data A package of Matlab functions for exploring spatial patterns of correlation in high resolution climate data. Cross-similarity parameters (dominant lag, max-similarity, window cross-similarity) are calculated for each pair of records and presented on maps as well as plots with an intersite...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Spatial correlation in high resolution climate data Download

Added: May 19, 2013 | Visits: 324

Generator of Image in DSP Memory Program to generate a vector that store the values of pixel of an image an saved as a file .lib which must to be added to a project that use the image_lib for DSK 6711/6211% Date Rev 0.0 january 2004


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Generator of Image in DSP Memory Download

Added: June 25, 2013 | Visits: 278

Acoustic Absorption in Seawater This function calculates the acoustic absorption of seawater in dB/km following Kinsler et al, "Fundamentals of Acoustics, Fourth Edition," pp. 226-228. The function can be called with the only argument being frequency, in which case "standard" oceanographic parameters are used. However, depth,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Acoustic Absorption in Seawater Download

Added: May 16, 2013 | Visits: 443

Stirling number of second kind INPUT: N the number of elements in the set to be partitionedOUTPUT: a matrix whose element (i,j) is S(i,j)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Stirling number of second kind Download

Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example This example adds MATLABdlT« to the list of languages in this C++ vs Java vs Python vs Ruby: a first impression (http://www.dmh2000.com/cjpr/ ) article at www.dmh2000.com, which compares implementations of a Red Black Tree binary search algorithm...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example Download

Added: August 07, 2013 | Visits: 368

Estimation for Hidden Processes This package called EstimHidden is devoted to the non parametric estimation using model selection procedures of1/ the density of X in a convolution model where Z=X+noise1 is observed2/ the functions b (drift) and s^2 (volatility) in an "errors in variables" model where Z and Y are observed and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (45): Estimation for Hidden Processes Download

Added: August 30, 2013 | Visits: 427

Pade Approximant of a trunctated series Say you are only able to obtain a limited number of terms in a power series, as each term is increasingly difficult to obtain (ex. virial equation of state). To explore possible analytic continuations, you need an infinite series representation. A rational function is one way to prescribe this,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Pade Approximant of a trunctated series Download

Examples of Basic Iterative Algorithms for Inverse Kinematics Two simple models are provided showing the characteristics of basic iterative algorithms for the inversion of kinematics, namely the Jacobian transpose, its pseudo-inverse and the damped least-squares (DLS). The pro's and con's can be compared interactively for a serial two-links and a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (46): Examples of Basic Iterative Algorithms for Inverse Kinematics Download

Added: April 06, 2013 | Visits: 564

trapz and quad basic examples Basic examples of using trapz and quad to evaluate the integral of two simple known functions between defined limits.A for loop is used to loop over the upper limits of integration. The results are compared to show the greater accuracy, efficiency and ease of use of quad for a known function


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): trapz and quad basic examples Download

Added: June 18, 2013 | Visits: 410

2D FDTD of waveguide splitter/combiner 2D FDTD simulation of light in a waveguide splitter/combinerWritten for Course :-Computational Electromagnetics, Fall 2011Department of Electrical EngineeringIndian Institute of Technology Madras (IITM)Chennai - 600036, IndiaAuthors :-Sathya Swaroop Ganta, B.Tech., M.Tech. Electrical...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): 2D FDTD of waveguide splitter/combiner Download

Added: May 28, 2013 | Visits: 310

In Theta Bounds This function will take in an arbitrarily sized array of angles (in either degrees or radians) and determine if they fall between user specified bounds.For example:[X,Y] = meshgrid(linspace(-100,100,1e3));thetas = rad2deg(atan2(Y,X));isIN = thetabounds(thetas,10,350);imagesc([-100 100],[-100...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): In Theta Bounds Download

Added: September 17, 2013 | Visits: 550

Propagation of Uncertainty Handy little function, for those of you in lab classes where they are sticklers for error. (or for those of you that are actual scientists even...!).Propagation of uncertainty is a really slick formula, but its a massive pain to do by hand. this function does it for you!To do it, just enter in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Propagation of Uncertainty Download

Added: August 08, 2013 | Visits: 549

A toolbox for finding horseshoes in 2D maps By Qingdu Li,Institute for Nonlinear Systems, Chongqing University of Posts and Telecommunications, Chongqing, 400065, China.Email: liqd@cqupt.edu.cn or qingdu_li@163.comAs one of the most important results in chaotic dynamics, topological horseshoe theory provides a powerful tool in rigorous...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 890.88 KB Download (49): A toolbox for finding horseshoes in 2D maps Download

Added: May 26, 2013 | Visits: 362

3D curves Examples of Three dimensional curves described in Chapter 7 ofthe book: "CRC Standard Curves and Surfaces" by David von Seggern (1993).The zip file includes the following curves:a) Helical curves: - Circular helix (right helicoid). - Elliptical helix. - Conical helix. - Spherical helix. -...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 194.56 KB Download (55): 3D curves Download

< 1 2 3 4 5 >