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

Seekpeaks 1.0

  Date Added: September 08, 2013  |  Visits: 328

Seekpeaks

Report Broken Link
Printer Friendly Version


Product Homepage
Download (44 downloads)



[xm,ym,xx,yy]=Seekpeaks(fun,x,y,y_tol,Nsteps,varargin)Searches the maxima of the function 'fun', which is an object such as produced by inline or by a m-function. y=fun(x,P1,P2,...), where P1, P2,...are additional parameters used in the function 'fun' and are given in 'varargin' in Seekpeaks as p1,p2,... (see example below)Note: use 'fun' for m-function and (just) fun for inline function The INPUT x and y (=fun(x)) are the samples used to locate the maxima and the program will refine iterativeley around the local maxima to find the exact maxima. y_tol gives the relative stop criteria for stopping the maxima search and Nsteps is a number to terminate the session in case it takes long time to find the maxima. Default are 1e-6 and 50 and will be used in case [],[] are used as arguments in the function. The OUTPUT xm gives the positions of the maxima and ym the corresponding values (vectors). xx and yy gives the union of all values that are found during the refinement including the input sample x and y (it is useful for plot-purposes).%%% Example:define a function fun(x) with an additional parameter sfun1=inline('s^2*(1./(s^2+(x-1).^2)+1./(s^2+(x-2).^2))','x','s')% calculate a rough sample (x,y) of the functionx=linspace(0,3,20);s=0.001; %parametery=fun1(x,s);% Seek the peaks of the function fun1[xm,ym,xx,yy]=Seekpeaks(fun1,x,y,[],[],s);xmplot(xx,yy,x,y,'.');

Requirements: No special requirements
Platforms: Matlab
Keyword: Arguments Found Number Output Positions Union Values Vectors
Users rating: 0/10

License: Shareware Size: 10 KB
USER REVIEWS
More Reviews or Write Review


SEEKPEAKS RELATED
Development Tools  -  Collecting data from RSA6100A 1.0
MATLAB script which can be used to complete a peak search on a spectrum trace extracted from an RSA6100A Real-Time Spectrum Analyzer. Definable Parameters - Start Frequency- Stop Frequency- RBW- Number of trace Averages- Peak excursion from the...
20.48 KB  
Development Tools  -  Hamming distance between two integers 1.0
The hamming distande is the number of positions at which the corresponding symbols are differentsee http://en.wikipedia.org/wiki/Hamming_distance
10 KB  
Programming  -  funcparserlib 0.3.5
Parser combinators are just higher-order functions that take parsers as their arguments and return them as result values. Parser combinators are: * First-class values * Extremely composable * Tend to make the code quite...
30.72 KB  
Development Tools  -  iscoplanar.m 1.0
COPL = ISCOPLANAR(X,Y,Z,TOLERANCE) takes input arguments x,y, and z as column vectors; TOLERANCE is optional.COPL = ISCOPLANAR(x) takes an n x 3 input argument in the form [x1 y1 z1;x2 y2 z2;...;xn yn zn] The optional argument TOLERANCE allows for...
10 KB  
Miscellaneous  -  NextVector Toolbox for Mathematics 1.1
It can handle iteration for all permutations, combinations, subsets and tuples.This is useful when the results of perms or nchoosek are too large to hold in memory but the number of iterations is feasible.Vectors are ordered according to number of...
10 KB  
Modules  -  Autocomplete Widgets for CCK Text and Number 6.x-1.3
This module adds 2 autocomplete widgets for CCK fields of type Text and Number. * Autocomplete for allowed values list: This widget can be used for Text and Number fields and it takes candidate values from the defined list of Allowed values of the...
10 KB  
Utilities  -  msr 20060206
msr is a tool to display or modify x86 model-specific registers (MSRs). The syntax for arguments is: (none) : display all MSRs number : display MSR with number subname : display any MSRs whose names contain subname number.field : display...
26.62 KB  
Development Tools  -  Multiple assignment 1.0
The function arg2vars serves for assigning of values from input argument(s) to variables declared in the output list in the place ofthe function calling. Not assigned output variables are empty, while superfluous arguments are cut to a number of...
10 KB  
Development Tools  -  MAXALL 1.0
Revised 23rd Feb. 2006.Improved speed, functionality and documentation2-nd Rev, 3rd Apr.2007, back from TVAR to NUM2STRMAXimum points in a curve, ALL(default) or manually positively/negatively selected, with (default) or without parabolic...
10 KB  
Development Tools  -  FREQTABLE 1.0
FREQTABLE Frequency table. [Y,N] = FREQTABLE(X) takes a vector X and returns the unique values of X in theoutput Y, and the number of instances of each value in the output N. X can be a charachter array or cell array of strings.
10 KB  
NEW DOWNLOADS IN SCRIPTS, DEVELOPMENT TOOLS
Scripts  -  Freelancer Script 5.05
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Post projects. Featured projects. Private projects. Sealed projects. Edit/delete projects. Select freelancers....
5.49 MB  
Scripts  -  B2B Script 4.20
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Sign-up Account (Registration of account). Lead generation tools (for the sellers). Email verification to...
5.49 MB  
Scripts  -  B2C Script 5.06
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). The script comes with totally editable site colors, icons and graphics Multilevel categories allows extensive browsing Admin can change Category ordering or...
5.49 MB  
Scripts  -  Social Networking Script 2.86
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Registration with name, email, password, date of birth etc. User can add multiple school, college, university with start...
5.49 MB  
Scripts  -  Business Networking Script 8.04
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Ajax based interface. Profile creation. Different types of profile. Profile for jobseekers, employers and employed...
5.49 MB  
Development Tools  -  Aml2CHM 3.50
Those who use the popular Aml Pages text editor might be looking out for a way of generating help files from their text and notes. Aml2CHM is a plug-in that was developed to offer people a quick and efficient way of converting Aml Pages documents...
549.99 KB  
Development Tools  -  VMP Viewer 1.0
This is a very rudimentary tool to visualize the VMP files generated by BrainVoyager. Useful to share files with people who do not have BV.
10 KB  
Development Tools  -  Sending reports and timestamped file by emailing 1.0
main executing reference usage:[1] usage_send_mail.mIllustrates email sending with multiple separate files or single timestamped tar file. Attachment failure is properly handled, with continuation of report emailing without the attachment.[2]...
768 KB  
Development Tools  -  IrisMVC 2.0 rc1
IrisMVC is an OOP PHP framework that developers can use as a strong and secure foundation to build on various web applications following the Model-View-Controller (MVC) pattern. It provides the basic functionality developers need, without...
51.2 KB  
Development Tools  -  7-Zip for Script 4.42
7-Zip is a file archiver with a high compression ratio.Features:- High compression ratio in new 7z format with LZMA compression- Supported formats:- Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR- Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM,...
624.64 KB