04-26-2019 03:50 AM
i'm trying to store frequencies get from peak detector in array, but i get only one value. why i can't store every value in specific index
Thank's for any help
Solved! Go to Solution.
04-26-2019 03:55 AM - edited 04-26-2019 04:04 AM
Hi Chakib,
but i get only one value. why i can't store every value in specific index
Your VI only detects one peak in that one waveform you generate - and so "every" value is stored in the array…
Why do you wire the result of one SimulateSignal ExpressVI to the frequency input of the next one? (Why not use a simple Random function?)
Why do you convert that single DDT wire from your SimulateSignal (containing just one waveform) into an array of waveforms?
Why don't you start with something more simple to understand how the peak detector works?
(no ExpressVIs anymore…)
04-26-2019 04:19 AM
Hi,
it is too hard to do it easy when we are beginner