Skip to content

Commit 9440c2b

Browse files
author
srinivasa K R
committed
MPAE-7470 : Readme images are realigned
1 parent 52f2bf3 commit 9440c2b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ After power up, by default the ADCC operates in basic mode. Switch (S2) on the b
8484
</tbody>
8585
</table>
8686

87-
he ADCC module of PIC18F25Q10 MCU periodically acquires analog data and process it to equivalent digital data. The timer0 module acts as a source of trigger to initiate the ADC auto conversion. The interval for the timer can be varied to achieve different ADC sampling frequencies. In case of basic, average and burst-average modes, the sampling frequency is set to 100Hz. Whereas in case of low-pass filter mode, the interval is selected to 1msec to generate a sampling frequency of 1KHz.
87+
The ADCC module of PIC18F47Q10 MCU periodically acquires analog data and process it to equivalent digital data. The timer0 module acts as a source of trigger to initiate the ADC auto conversion. The interval for the timer can be varied to achieve different ADC sampling frequencies. In case of basic, average and burst-average modes, the sampling frequency is set to 100Hz. Whereas in case of low-pass filter mode, the interval is selected to 1msec to generate a sampling frequency of 1KHz.
8888

8989
In Low-pass filter mode, cut-off frequency is calculated as below:
9090

9191
<p align="center">
92-
<img width=750 height=auto src="images/Formula.jpg">
92+
<img width=200 height=auto src="images/Formula.jpg">
9393
<br><strong><br>
9494
</p>
9595

@@ -297,41 +297,41 @@ Switch S2 is connected to pin RC5, which is used as input source to timer4 (HLT)
297297
* By default, the ADCC is configured in basic mode. No computational feature is enabled and the raw data is displayed in the terminal window.
298298

299299
<p align="center">
300-
<img width=750 height=auto src="images/BasicTerminal.jpg">
300+
<img width=400 height=auto src="images/BasicTerminal.jpg">
301301
<br><strong><br>
302302
</p>
303303

304304
* Press switch (S2) on the board, the ADCC mode changes from basic to average mode. In average mode, the ADCC module is configured to accumulate 16 samples and the averaged value present in the ADFLTR register is displayed on the terminal window. In this mode, setpoint is set at 511, upper threshold to +200 and lower threshold to -200. So, when the ADC value goes below 311 (511-200) or when it goes above 711 (511+200), corresponding error message is displayed.
305305

306306
<p align="center">
307-
<img width=750 height=auto src="images/Terminal1.jpg">
307+
<img width=400 height=auto src="images/Terminal1.jpg">
308308
<br><strong><br>
309309
</p>
310310

311311
<p align="center">
312-
<img width=750 height=auto src="images/Terminal2.jpg">
312+
<img width=400 height=auto src="images/Terminal2.jpg">
313313
<br><strong><br>
314314
</p>
315315

316316
<p align="center">
317-
<img width=750 height=auto src="images/Terminal3.jpg">
317+
<img width=400 height=auto src="images/Terminal3.jpg">
318318
<br><strong><br>
319319
</p>
320320

321321
* Press switch (S2), the ADCC mode switches from average to burst average mode. In burst average mode, the ADCC module is configured to accumulate 16 samples sequentially (at a single stretch) for each auto conversion trigger. The averaged value of accumulated samples (present in ADFLTR register) is displayed on the terminal window. The setpoint, upper threshold and lower threshold are same as in average mode.
322322

323323
<p align="center">
324-
<img width=750 height=auto src="images/BurstAvg1.jpg">
324+
<img width=400 height=auto src="images/BurstAvg1.jpg">
325325
<br><strong><br>
326326
</p>
327327

328328
<p align="center">
329-
<img width=750 height=auto src="images/BurstAvg2.jpg">
329+
<img width=400 height=auto src="images/BurstAvg2.jpg">
330330
<br><strong><br>
331331
</p>
332332

333333
<p align="center">
334-
<img width=750 height=auto src="images/BurstAvg3.jpg">
334+
<img width=400 height=auto src="images/BurstAvg3.jpg">
335335
<br><strong><br>
336336
</p>
337337

@@ -344,12 +344,12 @@ Switch S2 is connected to pin RC5, which is used as input source to timer4 (HLT)
344344
</p>
345345

346346
* Configuring Data Streamer and Oscilloscope:
347-
** Select the Data Stream Configuration File and load the file. The file is available in firmware folder.
348-
** ADC result (ADRES) and ADC filter values (ADFLTR) are outputted
349-
** Connect ADRES to channel 1 and ADFLTR to channel 2 of the oscilloscope
347+
* Select the Data Stream Configuration File and load the file. The file is available in firmware folder.
348+
* ADC result (ADRES) and ADC filter values (ADFLTR) are outputted
349+
* Connect ADRES to channel 1 and ADFLTR to channel 2 of the oscilloscope
350350

351351
<p align="center">
352-
<img width=750 height=auto src="images/Oscilloscope.png">
352+
<img width=500 height=auto src="images/Oscilloscope.png">
353353
<br><strong><br>
354354
</p>
355355

@@ -363,21 +363,21 @@ Switch S2 is connected to pin RC5, which is used as input source to timer4 (HLT)
363363
* The ADCC attenuates the high frequency noise and allows only the DC signal as shown below. (deltaY of 40.84 = 200mV)
364364

365365
<p align="center">
366-
<img width=750 height=auto src="images/graph2.jpg">
366+
<img width=500 height=auto src="images/graph2.jpg">
367367
<br><strong><br>
368368
</p>
369369

370370
With 100 Hz noise frequency, the amplitude of the noise in the output signal has reduced to 41.6mV(peak-peak). The gain has reduced to -13.63 dB. (20 log ((8.521 * 5 / 1024)/200mV ))
371371

372372
<p align="center">
373-
<img width=750 height=auto src="images/graph3.jpg">
373+
<img width=500 height=auto src="images/graph3.jpg">
374374
<br><strong><br>
375375
</p>
376376

377377
With 210 Hz noise frequency (10 times the cut off frequency), the amplitude of the noise in the output signal has reduced to 18.5mV(peak-peak). The gain has reduced to -20.6 dB.(20 log ((3.803 * 5 / 1024)/200mV ))
378378

379379
<p align="center">
380-
<img width=750 height=auto src="images/graph4.jpg">
380+
<img width=500 height=auto src="images/graph4.jpg">
381381
<br><strong><br>
382382
</p>
383383

0 commit comments

Comments
 (0)