Hi all,
I'm currently trying to generate an array containing square waves of different frequencies, then by using queues:
The Producer loads the first square wave of a particular frequency to the queue, while the consumer outputs the wave as an analog voltage and then also reads the voltage from a high voltage amplifier.
I have managed to get everything working up to the point of outputing and reading the voltages. The problem is when I send a 1Hz wave, the actual output voltage has a frequency 100 times that and when I try and read that voltage it gives me the wrong data.
Any help would be appreciated thanks!!