Rank: 314 based on 209 downloads (last 30 days) and 4 files submitted
Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by natan View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
06 Jun 2013 Screenshot Fast 2D peak finder Find local maxima \ peak positions in noisy 2D arrays Author: natan peakfind, peak, local maxima, image processing, signal processing, centroid 160 8
  • 5.0
5.0 | 3 ratings
01 Apr 2013 Screenshot Polar Onion Peeling Apply polar onion peeling method for analyzing velocity map imaging (VMI) data. Author: natan onion peeling, physics, chemistry, image processing 11 0
03 Dec 2012 Screenshot Gaussian beam propagation through a series of thin lenses Propagates a Gaussian beam through a series of thin lenses Author: natan gaussian optics, beam, propagation, optics, simulation 25 0
05 Jul 2012 Screenshot 1D Blaise filter for quick smoothing without Curve Fitting Toolbox Basic 1D smoothing of noisy data according to predetermined weights and window size. Author: natan smooth, filter, signal processing 13 0
Comments and Ratings by natan View all
Updated File Comments Rating
01 Apr 2013 Fast 2D peak finder Find local maxima \ peak positions in noisy 2D arrays Author: natan

@Sujay, as the code documentation say in line 8: "The 2D data raw image - assumes a Double\Single-precision ... or unit16 array. Please note that the code casts the raw image to uint16, if your image is 8-bit depth, I recommend to change all the places that uint16 is used to uint8 for faster run times." So, either use FastPeakFind(uint16(image),...) or change all uint16 to uint8 in the code. In future updates I'll include this feature automatically.

26 Dec 2012 ESP300 Controller Allows to remotely command an ESP300 motion controller via RS232 Author: bardamu

26 Oct 2012 3D Waterfall Plot Demo Acquires data from a sound card and displays live FFT and waterfall plots. Author: Daniel S. Lee

Unfortunately outdated for win64 systems...

26 Oct 2012 speech oscilloscope Synchronized continuous display of waveform of your speech from microphone. Author: Maxim Vedenyov

This file looked interesting so I gave it a shot, unfortunately I get the following error when trying to run run_me.m:

Error using analoginput (line 46)
To learn about using data acquisition devices on the win64 platform, see the documentation on the session-based
interface.

Error in run_me (line 7)
ai = analoginput('winsound');

05 Oct 2012 XKCDIFY Redraw existing plots to look like XKCD style plots Author: Stuart Layton

Also interesting to see other approaches at the SO page:
http://stackoverflow.com/questions/12701841/xkcd-style-graphs-in-matlab

Comments and Ratings on natan's Files View all
Updated File Comment by Comments Rating
08 May 2013 Fast 2D peak finder Find local maxima \ peak positions in noisy 2D arrays Author: natan Voronov, Roman

please add the option to get a 2d bw mask of the peaks, in addition to the awkward coordinate vector ...

02 Apr 2013 Fast 2D peak finder Find local maxima \ peak positions in noisy 2D arrays Author: natan Sujay

Thanks. it works well.

01 Apr 2013 Fast 2D peak finder Find local maxima \ peak positions in noisy 2D arrays Author: natan natan

@Sujay, as the code documentation say in line 8: "The 2D data raw image - assumes a Double\Single-precision ... or unit16 array. Please note that the code casts the raw image to uint16, if your image is 8-bit depth, I recommend to change all the places that uint16 is used to uint8 for faster run times." So, either use FastPeakFind(uint16(image),...) or change all uint16 to uint8 in the code. In future updates I'll include this feature automatically.

27 Mar 2013 Fast 2D peak finder Find local maxima \ peak positions in noisy 2D arrays Author: natan Sujay

I have a 512x512 .tif image that I can read in matlab as, A=imread(''). I am trying to use this program as,
FastPeakFind(A). It is showing the following error:
??? Error using ==> times
Integers can only be combined with integers of the same
class, or scalar doubles.

Error in ==> FastPeakFind at 81
d=d.*uint16(d>threshold);

What is wrong?

23 Oct 2012 Fast 2D peak finder Find local maxima \ peak positions in noisy 2D arrays Author: natan Slawomir

Great algorithm and pretty fast. Thanks !!!!

Top Tags Applied by natan
image processing, signal processing, beam, centroid, chemistry
Files Tagged by natan View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
06 Jun 2013 Screenshot Fast 2D peak finder Find local maxima \ peak positions in noisy 2D arrays Author: natan peakfind, peak, local maxima, image processing, signal processing, centroid 160 8
  • 5.0
5.0 | 3 ratings
01 Apr 2013 Screenshot Polar Onion Peeling Apply polar onion peeling method for analyzing velocity map imaging (VMI) data. Author: natan onion peeling, physics, chemistry, image processing 11 0
03 Dec 2012 Screenshot Gaussian beam propagation through a series of thin lenses Propagates a Gaussian beam through a series of thin lenses Author: natan gaussian optics, beam, propagation, optics, simulation 25 0
05 Jul 2012 Screenshot 1D Blaise filter for quick smoothing without Curve Fitting Toolbox Basic 1D smoothing of noisy data according to predetermined weights and window size. Author: natan smooth, filter, signal processing 13 0

Contact us