From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error 20020

 i need to read from a database of ecg signal that is attached below.
this signal is required for further processing in analog form. i m using
read from spreadsheet file.vi for the read purpose. when the signal is
filtered, i m getting
Error -20020 occurred at Filter -> read from file.vi
"
Possible reason(s):

Analysis:  The cut-off frequency, fc, must meet:  0 <= fc <= fs/2.
the cut off frequency of the filter is 5Hz, while the database has a sampling frequency of
200 samples/ sec.
can you help

0 Kudos
Message 1 of 5
(4,290 Views)
I would suggest you post your VI.  It sounds like the error has to do with a filter function you are using.  While it is good to have your data, I don't think your problem is going to be in the text file you posted.Smiley Wink
0 Kudos
Message 2 of 5
(4,275 Views)
i m attaching the VI we designed. our problem is to take the signal to the filter and then process it further.
 
0 Kudos
Message 3 of 5
(4,266 Views)

Your biggest problem is that you have nothing at all wired to the filter function.Smiley Very Happy

Instead of using the bundle function and wiring that to the graph, use the Build Waveform function with Y and dt inputs and wire that to both the graph and filter.

0 Kudos
Message 4 of 5
(4,263 Views)

Data Sampling Frequency : 128 Hz

Cut off Frequency (max value) : 52 Hz

But i am still getting d same error!

Can anyone help me? 

0 Kudos
Message 5 of 5
(3,733 Views)