LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

filter from transfer function

Hello

 

I need to design filter based on the transfer function, the transfer function is:

 

H= Constant*Wf^2 / (1+Wf^2)

 

 Where Wf is Fourier transform of window function ( Parzen function)

my problem is how to create the window function in labview and how to use it in above formulla

 

Regards

 

 

 

0 Kudos
Message 1 of 3
(2,409 Views)

Hi Faris,

 

I've just been looking into your problem for you and it appears that the Parzen window function is included in the Window Sub-pallette of the Signal Processing pallette. You could use this function in conjunction with a formula node (Structures pallette) to create your function, or alternatively you could use labview functions to build up your transfer function.

 

I hope this helps.

 

Best Regards,

 

Chris

National Instruments - Tech Support
0 Kudos
Message 2 of 3
(2,377 Views)

Just to add to the previous comment:-

 

The Window functions are included in all LabVIEW versions apart from LabVIEW base.

 

Regards,

 

Chris

National Instruments - Tech Support
0 Kudos
Message 3 of 3
(2,376 Views)