MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Newbie: convolution of impulse sequences

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37453] Newbie: convolution of impulse sequences
  • From: Matt Flax <flatmax at ieee.org>
  • Date: Wed, 30 Oct 2002 00:51:10 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,

I am new to mathematica, but I would like to symbolicaly convolve two 
impulse sequences ... both sequences use different sampling techniques
here is what I have so far ...

impulseTrain1[_t] := DiracDelta[f - t]
impulseTrain2[_t] := DiracDelta[f - 10^t]

I would like the variable 't' to be discrete and a natural number.

I would like to convolve impulseTrain1 and impulseTrain2. I would 
like the result to still be symbolic ... is it possible ??

thanks
Matt

-- 
http://mffm.darktech.org

WSOLA TimeScale Audio Mod  : http://mffmtimescale.sourceforge.net/
FFTw C++                   : http://mffmfftwrapper.sourceforge.net/
Vector Bass                : http://mffmvectorbass.sourceforge.net/
Multimedia Time Code       : http://mffmtimecode.sourceforge.net/


  • Prev by Date: Ted Ersek's Tips and Tricks ... Updated
  • Next by Date: RE: Vector field with ImplicitPlot ?
  • Previous by thread: Ted Ersek's Tips and Tricks ... Updated
  • Next by thread: OO in Mathematica