LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

leer señal de txt y filtrarla

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

Download All
0 Kudos
Message 1 of 10
(4,378 Views)

 


Translation

 

 

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

0 Kudos
Message 2 of 10
(4,367 Views)

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.

0 Kudos
Message 3 of 10
(4,359 Views)

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

0 Kudos
Message 4 of 10
(4,347 Views)

This is another vi in were I’m tiring to do what you tall my, but I’ still having problems

0 Kudos
Message 5 of 10
(4,345 Views)

Is this what you are trying to see?

 

¿Estás tratando de ver esta forma de onda?

 

 

Message Edited by Ray.R on 03-25-2010 12:49 PM
0 Kudos
Message 6 of 10
(4,337 Views)

The entire 1228 data points correspond to one cycle of the signal

 

0 Kudos
Message 7 of 10
(4,327 Views)

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.

 

 

 

 

 

Message Edited by Ray.R on 03-26-2010 01:13 PM
Download All
0 Kudos
Message 8 of 10
(4,312 Views)
Hi yesterday, I´ made this and its work. It`s to mach like yours.I use you design and works really good. Thanks for your fast and right response. I really appreciate and sorry for my bad English.

Thanks again

Best regardSebastian Lorandi

 

0 Kudos
Message 9 of 10
(4,300 Views)

Glad that it worked for you.

 

RayR

0 Kudos
Message 10 of 10
(4,289 Views)