04-09-2013 02:55 AM
Hi.
I am looking for a simple VI with an implementation of a Görtzel algorithm. Since I am not a signal processing wiz. I would like to know if someone in here have a VI in the desk drawer with a just this implementation?
Thanks.
04-09-2013 04:52 AM
Looks like it is part of the MathScript RT Module - link. It also used to be in the DSP Module.
If you are using either of those it is already there, otherwise the help for for DSP module gives the algorithm.
04-09-2013 07:04 AM
Thank you, this is what I was looking for
Best regards,
Jens Christian Andersen.
04-09-2013 08:18 AM
11-06-2013 02:09 PM
Is it possible to to perform this function in LabVIEW without MathScript and/or Real-Time? If so does anyone have an example?
11-14-2013 07:18 AM
Has anybody been able to do the Görtzel / Goertzel function natively in LabVIEW without using Matlab or RT or is it not efficient enough?
11-15-2013 03:30 AM
It should be no problem to implement this functionality in LabVIEW.
If you look at the DSP function the mathematical representation is already given. So you basically just need to do the functions in LabVIEW.
Remember where there is mentioned (z^(-1)) that means the signal value the last time. so that is equal to putting in a shift register, and z^(-2) is the signal delayed 2 times).
Best Regards
Anders Rohde