03-24-2010 01:18 PM
Hola. Soy Sebastián de Argentina.
Tengo el siguiente problema:
Quiero filtrar una señal que esta en un txt. Cargo la señal del txt pero al ingresarla en el filtro el formato de los datos no es compatible.
Adjunto vi y txt
Saludos
03-25-2010 01:42 AM
I'm Sebastian from Argentina.
I have the following problem:
I want to filter a signal that is in a txt. Txt Cargo signal but to enter it in the filter the data format is not supported.
You can post here Spanish board
03-25-2010 07:48 AM
Have a look at this Knowledge Base
http://digital.ni.com/public.nsf/allkb/ABBD3A7BC25E17C8862561270058A4A0?OpenDocument
El enlace ofrece información sobre el error que se quiere obtener.
03-25-2010 09:42 AM
Hi, I know this. but the problem is tha the format of my data is not the correct; and i can't convert it to the right format to put it in to the filter. If If you can look my vi, maybie you can understend the problem.
Best Regards
Sebastian
03-25-2010 09:47 AM
This is another vi in were I’m tiring to do what you tall my, but I’ still having problems
03-25-2010 11:49 AM - edited 03-25-2010 11:49 AM
Is this what you are trying to see?
¿Estás tratando de ver esta forma de onda?
03-25-2010 12:54 PM
The entire 1228 data points correspond to one cycle of the signal
03-26-2010 12:13 PM - edited 03-26-2010 12:13 PM
You do realize that your file was a 1D array and not a 2D array, right?
But that was not the problem. The problem was that fs was too low.
Have a look at the images below and the code snippet.
El problema estaba
relacionado con FS con un valor que era demasiado bajo.
Tiene que ser fs / 2> =
fh, donde FH = 400, por lo que fs tiene que ser> 200.
03-26-2010 07:09 PM
Thanks again
Best regardSebastian Lorandi
03-27-2010 06:18 PM
Glad that it worked for you.
RayR