LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 20023 "The following conditions must be met: 0 < f_low <= f_high <= fs/2."

Solved!
Go to solution

Thanks alot ive fixed it. now no error. Earlier you said it was cluttered. What vi's can i replace?

0 Kudos
Message 21 of 23
(586 Views)

@derek.s wrote:

Thanks alot ive fixed it. now no error. Earlier you said it was cluttered. What vi's can i replace?


  • A low-pass followed by a high-pass (or vice versa) can be replaced by a single bandpass filter.
  • Eliminate the local variable
  • Use index array to get the number of peaks from the array. (>ToDBL>ToDDT>FromDDT> is just plain silly!)

Better: As I said, scrap all your code and go with my earlier ptbypt suggestion.

0 Kudos
Message 22 of 23
(583 Views)

I changed to ptbypt earlier so i will change to what you just said thanks once again.

0 Kudos
Message 23 of 23
(580 Views)