LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

functions in labview

Hy,

I've got a question concerning functions in Labview.
Is it possible to see the *source* of a function ?
I'm working with the "Butterworth filter" and I need to know how it
works *in the inside* :]

Thank,
Maura
0 Kudos
Message 1 of 3
(3,907 Views)
> I've got a question concerning functions in Labview.
> Is it possible to see the *source* of a function ?
> I'm working with the "Butterworth filter" and I need to know how it
> works *in the inside* :]
>

The majority of the simple DSP functions are, to my understanding,
taken from the Numerical Recipes in C textbook. If you can get
your hands on a copy of that book, it will probably be the same,
or at least a very similar implementation.

Greg McKaskle
0 Kudos
Message 2 of 3
(3,907 Views)
On Sat, 10 Jul 1999 23:19:29 GMT, Greg McKaskle
wrote:

>> I've got a question concerning functions in Labview.
>> Is it possible to see the *source* of a function ?
>> I'm working with the "Butterworth filter" and I need to know how it
>> works *in the inside* :]
>>
>
>The majority of the simple DSP functions are, to my understanding,
>taken from the Numerical Recipes in C textbook. If you can get
>your hands on a copy of that book, it will probably be the same,
>or at least a very similar implementation.
>
>Greg McKaskle

Thanks a lor for the info.
So there is no way to get the algorithm directly from labview? 😞
0 Kudos
Message 3 of 3
(3,907 Views)