comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Newbie Question
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Newbie Question [message #16851] Mon, 23 August 1999 00:00
Dan Fletcher is currently offline  Dan Fletcher
Messages: 4
Registered: August 1999
Junior Member
Hello:

I'm new to IDL and am implementing some signal processing code. I have
an array corresponding to a set of n time series, each with m points. I
want to filter each time series so I'm using the following code to
filter the first time series

Coeff=DIGITAL_FILTER(Flow,Fhigh,50,40)
FilteredTestDataSub=CONVOL(Data[0,*],Coeff)

When I do this, I get an error that says

CONVOL: Kernel's dimensions are incompatible with operand's.

I think this is because the Data[0,*] gives a 1xm array rather than a
vector of length m. I can't figure out any way to change that 1xm array
into a vector without a FOR DO loop. Is there some simple way to solve
this problem?

Thanks for any help,
Dan Fletcher
UCD Vet Med Class of 2002
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Contour plot over 3D surface
Next Topic: Is n_params() supposed to behave this way?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 13:17:42 PDT 2025

Total time taken to generate the page: 1.91865 seconds