Re: How to multiply the measured signal with exp(-t/T) and integrate it?

2004-06-14 Thread Chunrok
Thanks much! Unfortunately, I have LabVIEW 7 Express so that I can't open the demo you attached. Could you please inform me in LabVIEW 7? Chunrok

Re: How to multiply the measured signal with exp(-t/T) and integrate it?

2004-06-11 Thread unknown
To "Chunrok": You can send me a personal mail at [EMAIL PROTECTED] with your problem. If you want to send me a vi please save as compatible to Labview 6.

Re: How to multiply the measured signal with exp(-t/T) and integrate it?

2004-06-11 Thread Chunrok
Hi, you looked like being ready to help me about my problem. However, you haven't posted any answer yet. Could you please help me a little more on my LabVIEW programming problem? Chunrok

Re: How to multiply the measured signal with exp(-t/T) and integrate it?

2004-06-11 Thread Chunrok
I don't know how I can reach you or send you a message in this NI site. Could you please help me a little more on my problem? Chunrok

Re: How to multiply the measured signal with exp(-t/T) and integrate it?

2004-06-03 Thread Chunrok
Thanks much for your valuable answer. It gave me a good idea. However, I need more or less like a point-by-point type implementation to replace my measured pulse signal with its filtered value. Chunrok

Re: How to multiply the measured signal with exp(-t/T) and integrate it?

2004-05-31 Thread Chunrok
Wow, you are cool! At first, I am sorry if I wasn't clear enough. It was probably because I didn't understand my problem and LabVIEW exactly. Anyway, I think what I want looks like (3). However, I would also like to know other possibilities, at least (1). Because I will need it eventually to calc

Re: How to multiply the measured signal with exp(-t/T) and integrate it?

2004-05-29 Thread altenbach
I guess your problem description is not entirely clear. So we are starting out with an array S(t). After exponential multiplication and integration, we are left with a single value, according to your description, so it's more "data reduction" than filtering. Are you sure that's what you want? Wha

How to multiply the measured signal with exp(-t/T) and integrate it?

2004-05-28 Thread Chunrok
For my optimum filtering, I should multiply the measured signal S(t) with exp(-t/T) and integrate these from 0 to tmax. Here, T is the time constant tau. Does anyone know how to do it in LabVIEW?