USERID:
PASSWORD: 
Forget Password?
     
 
Keywords: Spike detection; Spike sorting; Spike train analysis; Extra-cellular recording; Tetrode; Electrophysiology; Multi-unit recording; Single-unit recording; Cluster analysis; Superposition resolution; MATLAB; Accuracy quantification; Object Oriented Programming;
Data simulation; Neuroshare Native
 
     
 

UpsampleAnalogTool                    



Summary

The UpsampleAnalog tool increases the original sampling rate of the analog input data by an integer factor using the MATLAB interpolation routine "interp":

Screen Shot




Details

interp performs lowpass interpolation by inserting zeros into the original sequence and then applying a special lowpass filter.

y = interp(x,r,l,alpha)

where

r increases the sampling rate of x (input data) by a factor of r. The interpolated vector y (Upsampled data) is r times longer than the original input x.

l is the filter length. The default value for l is 4.

alpha is the cut-off frequency, a floating point value in the interval [0, 1], inclusive of 0 and 1. The default value for alpha is 0.5.

 
TOOLS   APPLICATIONS DOWNLOADS MATLAB® TOOLS CONTACT US REGISTER © R.C. Electronics Inc. All Rights Reserved
HOME  | TOP OF PAGE   R.C. Electronics Inc. 6464 Hollister Avenue Santa Barbara, CA 93117
Phone: (805) 685-7770 Email: info@neuromax.org
Last Updated: 25-Mar-2008