04-03-2024 04:37 PM
Buenas, estoy comenzando en el ambiente de programacion en labVIEW estoy realizando un tipo proyecto donde mido la frecuencia de componentes en una grafica y de este tengo que sacar el valor minimo y el maximo quiero saber como puedo realizar dicho programa, tengo pensado que se puede realizar con guardar los valores obtenido en un array y de este poder sacar el min y max
Solved! Go to Solution.
04-04-2024 03:37 AM - edited 04-04-2024 03:38 AM
@ZURCCRUZ wrote:
Hello, I am starting in the programming environment at LabVIEW. I am doing a kind of project where I need to measure the frequency of components in a graph. From this, I have to take the minimum value and the maximum. I want to know how I can realize that program. I have thought that it can be done by saving the values obtained in an array, and from this, I can extract the min and max
Hi! I'm not sure what you need exactly, but usually the FFT is used to analyze frequencies. If you need the minimum and maximum values from an array, then you can use the MinMax primitive. The following snippet may be helpful for you — here two sine waveforms with different frequencies of 30 Hz & 50 Hz mixed together.:
or may by working with array will be more easy to understand:
Result:
For further questions just attach piece of your code, please.
04-05-2024 03:11 PM
Gracias por la respuesta pero aun no comprendo bien como implementarlo a el programa que estoy modificando anexo el programa.