User Activity

I have 1024 integer numbers in an array that are between 0 and 4096. Now I'm trying to convert these array values to Q1.15 format. These should then be between -1 and +1. With my attempt, I don't achieve any negative values, all of them are just posi...
Hello everyone, can someone tell me why casting doesn't work. I want to convert int values of an array to float.for (int i = 0; i<= adcBufferSize; i++){adc_buffer_float[i] = (float)adc_buffer [i];}
I have converted an analog signal with offset voltage through ADC to digital. Now I have an array of 1024 integer values. To edit this signal further, I need to convert the integer values to float. Then make this signal offset-free (by q15). I would ...
I have converted an analog signal with offset voltage through ADC to digital. Now I have an array of 1024 integer values. To edit this signal further, I need to convert the integer values to float. Then make this signal offset-free (by q15). I would ...
HelIo,I connected the anode from a diode to the operating voltage and the cathode to a pinx. I need ground to make the diode glow.  How can this be implemented?
Kudos given to