LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Zoom FFT error code 1975

When using the Zoom FFT from the SVT, I receive an error code 1975 that halts the program. It intstructs me to reduce the freqency span and/or increase the lines of resolution. I would like to calculate the range of frequency and/or lines of resolution so I can limit these values. By limiting these values to acceptable numbers I won't get the error code that stops the program.

Anybody know how I can calculate this?

thanks
Message 1 of 3
(3,010 Views)
Hey WanttoGolf,
I would like to replicate this. What VI's (exact names) are you using and in what order?

-gaving
0 Kudos
Message 2 of 3
(2,971 Views)
With the Sound and Vibration toolkit look at SVXMPL_Zoom FFT (Simulated).vi
Set:
Sampling frequency: 20k
# of samples : 20000
start frequency : 10
stop frequency : 10000
number of lines : 400

The rest of the settings leave at the default values.

Error 1975 - to fix
a) reduce the number of samples processed per iteration
b) decrease the frequency span
c) increase the number of lines

Tech support has given me a way to calculate the max block size (max number of samples per iteration)
0 Kudos
Message 3 of 3
(2,960 Views)