Software Listing: Peak

My Peak Flow tracks and charts readings from peak flow meters and asthma symptoms. Print a comprehensive report for your doctor. Providing your doctor with more information can result in better asthma management. Designed to be used by people with asthma, or carer's of one or more children who suffer from asthma. My Peak Flow can be used on a daily basis, or can print a monthly form with space to hand write readings and asthma symptoms..

  • Platform: Win2000, WinOther

The Blue Cat's Digital Peak Meter Pro plugin will help you monitor both the RMS and the peak value, due to the real-time display of the envelopes.

You can also record these envelopes as automation curves in your favorite host, as well as the transformed envelopes that you can totally control and monitor with the 'amount' and 'offset' parameters. But this is nothing compared to the real-time MIDI capabilities offered by this plug-in: you can now send MIDI CC messages following the envelopes and transformed envelope.

The Peak Meter Pro Tutorials section will let you discover these unique features: manage any parameter of any plug-in or external MIDI hardware with the envelopes of the audio signal! Thanks to the ability to customize the MIDI output response curve for each parameter, no MIDI device will ever resist...

  • Platform: Win2000, Win7 x64, Windows 7, WinOther, WinServer, WinVista, WinVista x64

peak-o-mat is a reliable application designed as a curve fitting program written in Python and it allows you to graphically represent spectroscopic data.

It allows for clearing, transforming, fitting, calibrating, etc. of spectra with few mouse clicks. peak-o-mat can easily be extended by writing own modules.

The tree control on the right side of the main window reflects the structure of the project. All sets in one plot are shown together in the plot area left of the tree. The currently selected set is displayed in red, the others in black.

You can select all sets of a plot by selecting the corresponding plot item or (only on wxGTK) a subset of sets within one plot by pressing SHIFT/CTRL-keys while selecting.

  • Platform: WinOther

Vista Gadget that will provide several webcam views of Pikes Peak on your desktop Pikes Peak Cameras is a gadget that will show on your desktop or Vista Sidebar a webcam view of Pikes Peak. The cameras have historically been viewable from the City of Colorado Springs website.This gadget continuously displays live images from these cameras. You can cycle through the cameras or choose a single camera to update regularly.. Kaspersky Lab - antivirus protection - download..

  • Platform: WinVista

Optimize your Mac and protect your privacy with Spring Cleaning! Keep your Mac operating at peak performance and take control of the tracks you leave on the Internet. Reclaim disk space, perform system maintenance, organize your files and protect your privacy. Perform smart searches to better manage your files. Additionally, use Internet Cleanup to stop unwelcome intrusions, prevent recording of your activities, and safeguard your private data. Cover online tracks left by cookies, caching and other browser activities. Hide personal files, permanently erase deleted files, easily remove unwanted email attachments, and more.

  • Platform: Mac OS X

PeakBuilder is a pogo Puck's Peak cheat for use on Pogo.com. Run your Puck's Peak game and use the pogo Puck's Peak cheat PeakBuilder to win!.

  • Platform: WinOther
  • Sokath
  • License: Freeware
  • Price: 0.00
  • Rating

Many have noticed that oil prices have risen sharply in the past years. The prices are becoming so high that it will be less bearable for the economy. Unfornately, the gas prices have risen as well due to the fact that gasoline is derived from oil through a process known as cracking. These prices will become higher in the near future due to the phenomenon known as the Hubbert Peak in global oil production (also known as Peak Oil). The consequences of the Hubbert Peak can be quite uncomfortable, because there exists no known &quick silver bullet& solution that can be scaled up very quickly so that it can compensate the decrease in oil production.

  • Platform: WinOther

ChIPOTle 2.0 is a user friendly tool for performing peak detection in ChIP-chip signal. The tool also has functions for probe sorting, signal normalization, replication merging, and multiple correction testing in a windows interface or *nix command line..

  • Platform: Linux, Unix, WinOther

Sometimes it is important to be able to estimate the peak of a sampled continuous function between the samples. This is called subsample peak interpolation and is used in radar, delay estimation, and communication. Typically one fits a model to the sampled data and then finds the maximum of the model. Two models that I have used are parabolas and Gaussian curves. Both have three parameters and can be fit exactly to three samples (even if the samples are not evenly spaced), and, as a bonus, closed form solutions exist for parameters. This package to demonstrate this procedure, including two examples.

  • Platform: Matlab, Scripts

A command-line peak fitting program for time-series signals, written as a self-contained Matlab function in a single m-file. Uses an non-linear optimization algorithm to decompose a complex, overlapping-peak signal into its component parts. The objective is to determine whether your signal can be represented as the sum of fundamental underlying peaks shapes. Accepts signals of any length, including those with non-integer and non-uniform x-values. Fits Gaussian, exponentially-broadened Gaussian, Lorentzian, Pearson, and Logistic shapes (expandable to other shapes). This is a command-driven version, usable from a remote terminal.

  • Platform: Matlab, Scripts

PEAKFIND general 1D peak finding algorithm peakfind(x_data,y_data) peakfind(x_data,y_data,upsam) peakfind(x_data,y_data,upsam,gsize,gstd) peakfind(x_data,y_data,upsam,htcut,'cuttype') peakfind(x_data,y_data,upsam,gsize,gstd,htcut,'cuttype') [xpeaks]=peakfind() [xout,yout,peakspos]=peakfind() This function finds peaks without taking first or second derivatives, rather it uses local slope features in a given data set. The function has four basic modes. Mode 1: peakfind(x_data,y_data) simply finds all peaks in the data given by 'xdata' and 'ydata'. Mode 2: peakfind(x_data,y_data,upsam) finds peaks after up-sampling the data by the integer factor 'upsam' -- this allows for higher resolution peak finding.

  • Platform: Matlab, Scripts

function P=ipeak(DataMatrix,PeakD,AmpT,SlopeT,SmoothW,FitW) Keyboard-operated Interactive Peak Finder for data in data matrix "DataMatrix", with x values in row 1 and y values in row 2. Returns the peak table in P (Peak #, Position, Height, Width.) See http://terpconnect.umd.edu/~toh/spectrum/P...Measurement.htm T. C. O'Haver (toh@umd.edu), Version 1.1, April 2009. EXAMPLE 1: x=[0:.1:100]; y=(x.*sin(x)).^2; ipeak([x' y']); Displays DataMatrix [x' y'] with arbitrary starting values for peak parameters AmpT, SlopeT, SmoothW, FitW. EXAMPLE 2: x=[0:.1:100]; y=5+5.*cos(x)+randn(size(x)); ipeak([x' y'],10); The additional argument (10) is an estimate of the peak density (maximum number of peaks that would fit into the data record).

  • Platform: Matlab, Scripts

A peak fitting program for time-series signals, written as a self-contained function in a single m-file. Uses an non-linear optimization algorithm to decompose a complex, overlapping-peak signal into its component parts. The objective is to determine whether your signal can be represented as the sum of fundamental underlying peaks shapes. Accepts signals of any length, including those with non-integer and non-uniform x-values. Fits Gaussian, exponentially-broadened Gaussian, Lorentzian, Pearson, and Logistic shapes (expandable to other shapes). Unlike the previous version of this program, this one does not use sliders, which were giving some people problems.

  • Platform: Matlab, Scripts

It's a simple function. Can help you find peak value from a lot of datas. It contains some demos. It's my first time to submit file, thanks for your using..

  • Publisher: Geng Jun
  • Date: 23-05-2013
  • Size: 41 KB
  • Platform: Matlab, Scripts

This small contribution is useful in cases where you search for the position of a peak within an intensity matrix (correlation or energy fields) of low resolution. Since this is only a 2nd-order-fit the sub-sample accuracy will only be acceptable as long as the peak area is 'smooth' around the peak location. This is not an exact solution, since it does not consider any underlying signal characteristics. Sample usage: % 2d-gauss: center=19.5; sigma=5 >> M = exp(-((1:30) - 19.5).^2/(2*5^2)); >> P = peakfit2d(M'*M); >> disp(P); 19.5050 19.5050.

  • Publisher: Eric
  • Date: 17-03-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

Compute estimate Peak Sidelobe Level and Integrated Sidelobe Level and Merit Factorofat at different complex communication signals of their Autocorrelation function and in case partially minimize bounds on the volume of ambiguity function.In base on this program is AMBIGUITY FUNCTION algorithm on PHD Vladimir Kyovtorov.

  • Platform: Matlab, Scripts

The Peak District Directory is a web based, PHP/MySQL driven application to allow users to locate resources within a specific geographical area (e.g. accommodation, places to eat, museums, walking routes etc.).
The Peak District Directory License - GNU General Public License (GPL).

  • Publisher: Tpdd
  • Date:
  • Platform: WinOther

ChIPOTle is a peak-finding algorithm used to analyze ChIP-chip microarray data
ChIPOTle Peak Finder License - Academic Free License (AFL).

  • Platform: WinOther

The OpenChrom Manual MS peak detector plug-in offers a solution to detect peaks manually. It extends the functionality of the OpenChrom Rich Client Platform (RCP).
OpenChrom Manual Peak Detector Plug-in License - Eclipse Public License.

  • Platform: WinOther

The OpenChrom Matlab PARAFAC Peak plug-in offers a solution to read and write peaks from *.mpl data files. It extends the functionality of the OpenChrom Rich Client Platform (RCP).
OpenChrom Matlab PARAFAC Peak Plug-in License - Eclipse Public License.

  • Platform: WinOther

Page: 1 | 2 | 3 | 4 | 5 | Freeware

New Reviews


Speedtest4free

For a long time now, Internet Service Providers have been battling it out, attempting to bring their customers the latest and greatest internet speeds available, to beat their competitors and steal their customers. Its always a good idea to know ...


Acebyte Utilities

Acebyte Utilities is a modern looking application, designed to help speed up your computer via system optimization and error correction. In the long run, this could help prevent freezes and slow downs, as well as the dreaded blue screen of death ...


SD QuickExec

Im always scouting the internet looking for quality applications that’ll help me save time carrying out some of the basic things I do every time I switch on my computer. For example, launch my internet browser, email client, iTunes and so on. ...


Flower Power

Flower power is a freeware puzzle game which is very similar in gameplay style and nature to the classic arcade game bejeweled, taking all the basic concept, idea and gameplay from bejeweled, and adding its own twist in the form of the art style of ...


Crash Boom Bang

Crash boom bang is a fairly interesting and unique puzzle game, which blends the elements of the pretty typical “removal” sub genre of puzzlers, with an interesting extra bit of variation added in the way the game works. This comes in ...


World Domination 2

World domination 2 is a free flash turn based strategy game which has so many complex and realistic additions to the formula in the form of how production, technology and diplomacy between countries work, that it borders on being a realistic war ...


Avant Browser

There are many browsers available to download on World Wide Web, but more than 90% people use either of Chrome, Firefox or Internet Explorer. Due to this, many people either don’t know about other non-popular browsers or don’t care to ...


The Impossible Quiz FGC Guide

The impossible quiz is a legendary flash game of extreme difficulty, having achieved legendary status for both its extreme difficulty, and the amount of humour the game manages to include while executing this extreme level of difficulty. If you have ...


Audacity

Audacity is one of the few free audio recording programs out there, which is great for people like me who need to record audio on a regular basis. Audacity is more than just  the simple “microphone to MP3” software that many will ...



New Downloads

Tag DOC

Tag Doc is a document barcode
scanning software solution
that automates document
scanning workflow processes
using an MFP ...

CardWorks Plus Edition

CardWorks Plus Edition makes
it easy design your very own
business cards. CardWorks Plus
allows you to select from a
wide ...

Network Inventory Advisor

Network Inventory Advisor is
an agent-free solution for PC
network inventory. It
excellently performs remote
agentless ...

Snapshot Backup PC

Snapshot Backup by Avitres
offers the best imaged based
backup software for computers
and server, Full and
incremental ...

AnyStock Stock and
Financial JS Charts

AnyStock Stock and Financial
JS Charts is a flexible
JavaScript charting library to
visualizing large data sets in
...

MotionCaster Pro For
Windows

MotionCaster is a live
streaming and broadcasting
software that can easily
handle complex tasks such as
Switching, ...

Usability Studio

No one likes to use tricky,
hard-to-comprehend websites
and programs. To determine
what specific problems does
user face ...

AllMyNotes Organizer FREE
Edition

AllMyNotes Organizer - an
impressiveadaptable documents
management program - save any
kind of memos, information,
...

reaConverter Pro

Image conversion, processing
and photo editing software.
ReaConverter was developed as
a great time saver: it does
not ...



Related Searches

Peak Limi Audio
Peak Level Sound
Sneak Peak
Yahoo Messenger Sneak Peak
Sneek A Peak Webcam
Sneek A Peak
Sneak A Peak Software
Snaek Peak
Sneak A Peak
Sneak A Peak Webcam
Sneak Peak Yahoo Messenger
Asthma Peak Flows