Freeware Listing: Plotted

This m-file finds the periodic ACF of all the m-sequences of length 31.In this program m-sequences of length 31 are generated and its periodic Autocorrelation function is plotted..

  • Platform: Matlab, Scripts

Normally boxplot plots the whiskers with a maximum length based on the distance between the 25th and 75th percentile. This script uses boxplot but plots the whiskers for a specified percentile and only plots the outliers beyond the new whiskers. Note that the percentile is defined as the data point just beyond the calculated percentile. For example, if the 98th percentile lies between the 4th and 5th highest data points, then the 4th highest data point will be considered the 98th percentile, the whisker will extend to the 4th highest, and only the 4 highest values will be plotted as outliers..

  • Publisher: Robert
  • Date: 26-06-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

The main features are: Plot. For each immitance types (Z, Y, C or M), the data can be plotted in the complex plane, as well their real, imaginary parts or their magnitude in function of the frequency (Log/Log). Simulation. The possibilities are almost infinite. Over the classical R, C, L electrical elements, one can use CPE (constant Phase Element) and even any user-defined element. Fit. ZfitGUI makes use of the simplex algorithm. One can put bounds to the parameters and vary the weight wich is defined in a matrix. Once a right model has been identified, the user would save time in using Zfit.

  • Platform: Matlab, Scripts

This function can find the maximum of constrained and unconstrained problems with using of genetic algorithm (real coding). Also the performance of GA is plotted vs. the number of generations (for 2D problems)..

  • Platform: Matlab, Scripts

Antenna Radiation Diagram Plotter - Polar plots of measured EM emission, with a proper radial axis scaling and span. Three source files (plain text) can be loaded and plotted at the same time. Export to file or clipboard..

  • Platform: WinOther

DotPlot is an Eclipse plug-in to graphically compare word sequences of any type of text. Matches will be plotted as dots on a graph. Similarities in thousands of lines of text or code will result in typical textures and diagonals in the plot..

  • Publisher: dotplot.org
  • Date: 23-09-2012
  • Size: 21330 KB
  • Platform: Linux, Mac OS X, WinOther

A command line java tool that allows creating images of earthquake occurrences plotted on a map over time.These images can then be used to create a video / animation (with a seperate tool like mencoder).

  • Platform: WinOther

Virtual telescope written in Java for mobile phones. Uses CLDC1.1 and MIDP2.0. Tested on mobile phone with 2MB RAM and 60MB storage. The largest catalog uses TYCHO2(2.5M stars) and NGC+ IC(13k DSO) .Sky plotted in dark red. Has desktop version also..

  • Platform: WinOther

A software tool enabling the user to browse through an image stack created by a confocal microscope. Points can be plotted through the stack, producing a digital 3D representation, which can be viewed in 3D and compared with other plots..

  • Platform: Linux, Mac OS X, WinOther

Plotty is a tool to visually display sets of data, described in a human-readable text file. It features advanced plot functions and a light-weight and easy-to-use interface - just select the file and see your data plotted!.

  • Platform: WinOther

Newton number (also called the drag coefficient) and Archimedes number are plotted versus the Reynolds number for the laminar, transition and turbulent flow types using a log-log scale. A numerical example of the terminal fall velocity computation of a single spherical particle in a Newtonian fluid, for the turbulent flow type, is given in the program. For laminar flow, the terminal velocity expression is given by the well-known Stokes? law. Measurement of terminal fall velocity has important applications such as viscosity determination (e.g. falling-sphere viscometer) and decanter sizing. For a similar code using Mathematica 5.

  • Platform: JavaScript, Scripts

This is a solution for the keplar problem for orbit insertion. Given a burn out velocity and a flight path angle, what is the apogee of the orbit, and the circular orbit that can be achived with one burn at apogee? The delta-velocity for circularization is also plotted. Several other planets , besides earth, are also included and the user can simple adjust the initial parameters to preform orbital analysis of several planets in our home solar system..

  • Platform: JavaScript, Scripts

3D Array Factor of a 4x4 planar array antenna calculated using general formulas and then plotted in 3D format. "AB" shows the excitation amplitude of the elements and "AB_phase" shows their phases. Elements are placed on the x and y axis and element factor is ignored. The code can easily be extended to larger general arrays..

  • Platform: Matlab, Scripts

The file MPSK2 simulates BPSK, QPSK, 8PSK and 16 PSK to produce their experimental BER v Eb/No and SER v Es/No curves. The corresponding theoretical curves are also plotted..

  • Publisher: B Gremont
  • Date: 04-03-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

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 samples added to each signal sample. The signal to noise ratio (SNR) is varied to show the effect of SNR on BER. Finally the theoretical BER, i.e. Q(sqrt(SNR)) is also plotted to show the correctness of simulation..

  • Platform: Matlab, Scripts

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 samples added to each signal sample. The signal to noise ratio (SNR) is varied to show the effect of SNR on BER. Finally the theoretical BER, i.e. Q(sqrt(2*SNR)) is also plotted to show the correctness of simulation..

  • Platform: Matlab, Scripts

In FORMANT_TRACKER.M the input speech waveform is broken up into number of overlapping frames. LPC analysis for each frame, frequencies for each frame are plotted are also given as output in a matrix..

  • Platform: Matlab, Scripts

Baseline Fit each column in "x". There did not seem to be a similar function in th file exchange. This routine is simply a wrapper for two Matlab routines, interp1 and ginput. Syntax: [ycorr,yfit] = bf(y,pts,avgpts,method,confirm); ycorr = bf(y); ycorr = bf(y,method); A baseline fit is interpolated from selected points and then applied to the data. The selected points are indices into the column and may be specified explicitly ("pts") or interactively. Arguments following "y" may be in any order. To provide some noise immunity, "avgpts" determines the width in points for the calculation of the mean y(pts).

  • Platform: Matlab, Scripts

EZFFT(T,U) plots the power spectrum of the signal U(T) , where T is a 'time' and U is a real signal (T can be considered as a space coordinate as well). If T is a scalar, then it is interpreted as the 'sampling time' of the signal U. If T is a vector, then it is interpreted as the 'time' itself. In this latter case, T must be equally spaced (as obtained by LINSPACE for instance), and it must have the same length as U. If T is not specified, then a 'sampling time' of unity (1 second for instance) is taken. Windowing (appodization) can be applied to reduce border effects (see below). [W,E] = EZFFT(T,U) returns the power spectrum E(W), where E is the energy density and W the pulsation 'omega'.

  • Platform: Matlab, Scripts

This program analyzes the performance of a voltage source inverter with Sinusoidal-pulse-modulated output, under different loading conditions. The inputs are: - The frequency of the output voltage waveform. - The modulation index. - The phase angle of the load. - The frequency of the carrier singnal. The outputs are: - The beginning, the end and the width of each output voltage pulse. - The rms Value of the output voltage. - The rms Value of the output voltage fundamental component. -The RMS value of the load current. -The RMS value of the supply current. - The Average value of the supply current.

  • Platform: Matlab, Scripts

Plotted: Freeware | All

New Reviews


Bubble Shooter Deluxe

Bubble shooter deluxe (referred to in game as bubble shooter premium edition) is a freeware puzzle game. At first look, bubble shooter deluxe appears to be a clone of many other games similar to it, in which you must fire balls from a stationary ...


uTorrent

There are numerous ways to download files from internet and everyone has his or her choice in deciding a method depending upon file size, file type, availability and credibility of source.Sharing small files are pretty easy as compared to files with ...


Internet Explorer

There was once a time when the browser world was dominated by a single piece of software from Microsoft. Yes, we're talking about Microsoft's Internet Explorer. The internet has evolved and so have browsers. As a result, we have numerous ...


Screencatch

There are numerous occasions when you need to take screenshot of anything on your computer. A screenshot is used for serving many purposes like tutoring, in eBooks, as electronic proofs etc.Taking screenshots is a relatively tedious task without ...


WinXP Manager

WinXP Manager is the tool letting you easily change and personalize your Windows XP based system. Its the edition of the tool released by Yamicsoft for Windows XP only, and is similar to Vista Manager and Windows 7 Manager, designed for later ...


Age of Kingdoms

Age of kingdoms is an interesting mix of turn based strategy game with a small amount of war and micro management elements added in to make it more unique, and is a spiritual predecessor to another game from the same developer, castle wars. In Age ...


CCleaner

If you’ve used any computer for fairly long time, you might have noticed it gets slower and slower over the time. This process is slow and generally goes unnoticed until your computer gets too sluggish to go unnoticed. This is due to unused ...


WinWAP Smartphone Browser Emulator

Win Wap is a freeware smart phone emulator, with the intended purpose of being installed on a desktop, to emulate “smart phone” browsers on a desktop computer, and allow you to see what your website (or indeed, any website or web page) ...


Kaspersky Internet Security

With increasing use of Internet, there is increase in rate of transfer of malware and therefore more threat to your Computer. Security is an essential part of anything, be it your life or be it your PC. If your Personal Computer isn’t secure, ...



New Downloads

Aktiv CD Ripper

Aktiv CD Ripper is a great
tool for creating direct
digital copies of all your
audio CDs and saving them as
various ...

Shareaza PRO

Shareaza Pro is a free
Windows-based peer-to-peer
client which empowers users to
share, search for anddownload
any type ...

COCO

COCO (CAPE-OPEN to CAPE-OPEN)
is a free-of-charge CAPE-OPEN
compliant steady-state
simulation environment
consisting of a ...

iFree AVI to SWF Converter

ifree avi to swf converte is a
specialized and high quality
converting avi to swf video
software. which can help you
...

Amazing Aquaworld 3D

Amazing beautiful aquaworld 3d
screensaver which helps you to
enjoy underwater scenes. This
multiscene video screensaver
...

Coffee Heart Mahjong

Coffee Heart Mahjong is a
coffee themed Mahjongg
matching puzzle game with a
heart shaped layout. The tiles
images have ...

RGB Wallpaper

It\'s time to mix red, green,
and blue, and create your own
beautiful and unique color
wallpaper on your Android ...

Disk Drill

Recover lost data from
internal and external disks
and any storage devices you
can mount on Mac. Free
Recovery Vault ...

Switch Audio File Converter
Free

Switch is a free sound file
converter for Windows. It can
convert mp3, wav or wma format
and more to the audio format
of ...