Sign in

username:

password:



Not a member?

Search matlab



Search tips

Subscribe to matlab



matlab by Keywords

Atanh | Autocorrelation | Bandpass Filter | C++ | Conv | Database | Deconv | Excel | FFT | Filter | Filtering | FIR | Fourier Transfrom | FSK | Gaussian Noise | Haykin | IFFT | Image | Java | LFSR | LMS | LPC | MEX | OFDM | QPSK | Radix | Random | Sampling | Segmentation | Simulink | Visual Basic | Waveform | Wavelet

Discussion Groups

Discussion Groups | Matlab DSP | converting variable sampling rate to fixed rate

Technical discussion about Matlab and issues related to Digital Signal Processing.

  

Post a new Thread

converting variable sampling rate to fixed rate - cban...@gmail.com - Jul 17 8:17:28 2008



I am working with a signal that was sampled at a variable rate and consists of an array of
values and a separate array of sample times.  The sample intervals are random and are not
multiples of any common value.  

I need to convert this signal to a single array with a known, fixed sampling rate.  Does anyone
have suggestions as to how I would go about this?  

Thanks, 
Chris



(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )

Re: converting variable sampling rate to fixed rate - Chris Banker - Jul 17 14:58:30 2008

Never mind, I figured it out.  Using the interp1 function with an
appropriate xi array solved my problem.

~Chris
On Wed, Jul 16, 2008 at 9:57 AM, <c...@gmail.com> wrote:

>   I am working with a signal that was sampled at a variable rate and
> consists of an array of values and a separate array of sample times. The
> sample intervals are random and are not multiples of any common value.
>
> I need to convert this signal to a single array with a known, fixed
> sampling rate. Does anyone have suggestions as to how I would go about this?
> Thanks,
> Chris
>  
>



(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )