create account

13-12-2024 - Computer Basics - Analog-to-Digital Conversion [EN]-[IT] by stefano.massari

View this thread on: hive.blogpeakd.comecency.com
· @stefano.massari ·
$8.14
13-12-2024 - Computer Basics - Analog-to-Digital Conversion [EN]-[IT]
![image.png](https://files.peakd.com/file/peakd-hive/stefano.massari/23yTxKFGN67boiRtETJuAqXnaqcjjvGvkdBkuV15ffq8a4dzB8Ms8Vvy2eHWAFt3t1BCT.png)


---

*~~~ La versione in italiano inizia subito dopo la versione in inglese ~~~*

---


**ENGLISH**
**13-12-2024 - Computer Basics - Analog-to-Digital Conversion [EN]-[IT]**
With this post I would like to give a brief instruction about the topic mentioned in the subject
(code notes: X_93)

***Analog-to-Digital Conversion***
Analog-to-digital conversion (ADC) is the process by which a continuous analog signal is transformed into a discrete digital signal, understandable and usable by computers or digital devices. This process is essential in many applications, such as audio recording, digital images and signal measurement in electronic devices.
Synthetically we can say that Analog/Digital Conversion (A/D) is the process of digitizing an analog quantity into a digital one.
The conversion is done through the following processes:
-Sampling process
-Quantization process
-Coding process

Below is a diagram of the analog to digital conversion process

![image.png](https://files.peakd.com/file/peakd-hive/stefano.massari/23twAKVLKAJRkoMvkKY3mPfiQHDbepX5ZrsgJPsayPiry9xUS5KyP3bRFAD1aRvZ66Nqz.png)

Below are some important points shown as questions?

*1-What is sampling frequency equal to?*
The inverse of sampling period is called sampling frequency fC = 1/TC and is measured in samples per second (sample/s) or Hertz.
Here is the formula:

![image.png](https://files.peakd.com/file/peakd-hive/stefano.massari/23tmmq7SGKC9j1bEY2ke5HZPQZwYvgrCoGUHtgNU4EMJSQDvJ7p8rLbqgCLx3VWSwBeFr.png)

Where:
fc = sampling frequency
Tc = sampling period

*2-What is an analog signal?*
The analog signal is a continuous-time signal with continuous values

*3-How is the sampling frequency seen according to the theorem of Shannon*

![image.png](https://files.peakd.com/file/peakd-hive/stefano.massari/23wCdaiRAvMzR8sKiGpcHV5pqyrrvnoMJUdjkrQaZRgG71sAhbnRHMnKJKnzdAFSdgpHp.png)

Shannon's Theorem, or Nyquist-Shannon Theorem, states that in order to correctly sample an analog signal without losing information (avoiding the aliasing phenomenon), the sampling frequency (fc) must be at least twice the maximum frequency of the signal (fmax)

*4-When the aliasing phenomenon occurs, what happens?*
The sampled signal does not exactly describe the initial analog signal due to the presence of unwanted components.
In short, aliasing is caused by insufficient sampling that leads to a distortion of the digital signal compared to the analog one.

*5-What is quantization error?*
Quantization error is the difference between the nominal value of a quantization interval and the actual value of the corresponding analog level

*6-What could pure binary encoding generate?*
It could generate errors in transmission.
Pure binary encoding represents data using only two symbols: 0 and 1. Although it is a very simple and efficient method of representing information, it is also susceptible to errors during transmission. This can happen for various reasons, such as interference in the communication channel, electrical noise or errors in transmission devices.

*7-What is quantization?*
Quantization is the discretization of the ordinate axis, i.e. the amplitudes of the signal.
The values ​​of the amplitudes assumed by the signal are grouped into a certain number of sets called quantization intervals.

*8-How many quantization processes are there?*
In general, the A/D conversion process consists of three stages: Sampling, quantization, encoding.

*9-What is the sampling period?*
It is the time interval between two successive sampling instants.

*10-What is analog/digital conversion?*
A digitization process.
A/D (analog-digital) conversion is the process through which an analog signal, which can assume an infinite number of values, is transformed into a digital format, that is, a set of discrete numbers.

***Conclusions***
A/D conversion therefore represents the process of transforming a signal, an image or a document into a digital format interpretable by a computer, that is, into a binary code made up of combinations of 0 and 1. The systems that transform an analog signal into the corresponding digital signal are called analog-digital converters (ADC).

***Question***
Analog/digital conversion is perhaps one of the most studied processes in high school, do you remember having had lessons at school about this process too?





---

https://images.hive.blog/1536x0/https://files.peakd.com/file/peakd-hive/green77/gGQutTRs-hive-spacer.png

---


**[ITALIAN]**
**13-12-2024 - Basi di informatica - Conversione Analogico-Digitale [EN]-[IT]**
Con questo post vorrei dare una breve istruzione a riguardo dell’argomento citato in oggetto
(code notes: X_93)

***Conversione Analogico-Digitale***
La conversione analogico-digitale (ADC) è il processo mediante il quale un segnale analogico continuo viene trasformato in un segnale digitale discreto, comprensibile e utilizzabile dai computer o da dispositivi digitali. Questo processo è essenziale in molte applicazioni, come la registrazione audio, le immagini digitali e la misurazione dei segnali nei dispositivi elettronici.
Sinteticamente possiamo dire che la conversione Analogico/Digitale (A/D) è il processo di digitalizzazione di una grandezza analogia in un digitale.
La conversione viene effettuata tramite i seguenti processi:
-Processo di campionamento
-Processo di quantizzazione
-Processo di codifica

Qui di seguito uno schema del processo di conversione analogico/digitale

![image.png](https://files.peakd.com/file/peakd-hive/stefano.massari/23twAKVLKAJRkoMvkKY3mPfiQHDbepX5ZrsgJPsayPiry9xUS5KyP3bRFAD1aRvZ66Nqz.png)


Qui di seguito alcuni punti importanti mostrati come domande?

*1-A cosa è uguale la frequenza di campionamento?*
L’inverso del periodo di campionamento è detto frequenza di campionamento fC = 1/TC e si misura in campioni al secondo (sample/s) o Hertz.
Qui di seguito la formula:

![image.png](https://files.peakd.com/file/peakd-hive/stefano.massari/23tmmq7SGKC9j1bEY2ke5HZPQZwYvgrCoGUHtgNU4EMJSQDvJ7p8rLbqgCLx3VWSwBeFr.png)

Dove:
fc = frequenza di campionamento
Tc = periodo di campionamento


*2-Cosa è un segnale analogico?*
Il segnale analogico è un segnale a tempo continuo e valori continui

*3-Come è vista la frequenza di campionamento secondo il teorema di Shannon*

![image.png](https://files.peakd.com/file/peakd-hive/stefano.massari/23wCdaiRAvMzR8sKiGpcHV5pqyrrvnoMJUdjkrQaZRgG71sAhbnRHMnKJKnzdAFSdgpHp.png)

Il Teorema di Shannon, o Teorema di Nyquist-Shannon, stabilisce che per poter campionare correttamente un segnale analogico senza perdere informazioni (evitare il fenomeno di aliasing), la frequenza di campionamento (fc) deve essere almeno il doppio della frequenza massima del segnale (fmax)

*4-QUando si verifica il fenomeno di aliasing cosa succede?*
Il segnale campionato non descrivere esattamente il segnale analogico iniziale per la presenza di componenti indesiderate.
In sintesi, l'aliasing è causato da un campionamento insufficiente che porta a una distorsione del segnale digitale rispetto a quello analogico.

*5-Cosa è l'errore di quantizzazione?*
L'errore di quantizzazione è la differenza tra il valore nominale di un intervallo di quantizzazione e il valore effettivo del livello analogico corrispondente

*6-Cosa potrebbe generare la codifica codice binario puro?*
Potrebbe generare errori nella trasmissione.
La codifica binario puro rappresenta i dati utilizzando solo due simboli: 0 e 1. Sebbene sia un metodo molto semplice ed efficiente per rappresentare informazioni, è anche suscettibile a errori durante la trasmissione. Questo può accadere per diversi motivi, come interferenze nel canale di comunicazione, disturbi elettrici o errori nei dispositivi di trasmissione.

*7-Cosa è la quantizzazione?*
La quantizzazione è la discretizzazione dell’asse delle ordinate cioè delle ampiezze del segnale.
I valori delle ampiezze assunti dal segnale sono raggruppati in un determinato numero di insieme detti intervalli di quantizzazione.

*8-Quanti sono i processi della quantizzazione?*
In generale, il processo di conversione A/D consta di tre stadi: Campionamento, quantizzazione, codifica.

*9-Che cosa è il periodo di campionamento?*
Esso è l'intervallo di tempo che intercorre tra due istanti successivi di campionamento.

*10-Che cosa è la conversione analogico/digitale?*
Un processo di digitalizzazione.
La conversione A/D (analogico-digitale) è il processo attraverso il quale un segnale analogico, che può assumere un numero infinito di valori, viene trasformato in un formato digitale, cioè un insieme di numeri discreti. 

***Conclusioni***
La conversione A/D rappresenta quindi il processo di trasformazione di un segnale, di un’immagine o di un documento in un formato digitale interpretabile da un calcolatore, cioè in un codice binario fatto da combinazioni di 0 e 1. I sistemi che trasformano un segnale analogico nel corrispondente segnale digitale sono detti convertitori analogico-digitali (ADC).

***Domanda***
La conversione analogico/digitale è forse uno dei processi più studiati nelle scuole superiori, ricordate di aver fatto anche voi delle lezioni a scuola riguardo questo processo?


**THE END**
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 530 others
properties (23)
authorstefano.massari
permlink13-12-2024-computer-basics-analog-to-digital-conversion-en-it
categoryhive-146620
json_metadata{"app":"peakd/2024.11.3","format":"markdown","tags":["learn","computerscience","neoxian","ctp","palnet","stem","archon","pimp","vyb"],"users":[],"image":["https://files.peakd.com/file/peakd-hive/stefano.massari/23yTxKFGN67boiRtETJuAqXnaqcjjvGvkdBkuV15ffq8a4dzB8Ms8Vvy2eHWAFt3t1BCT.png","https://files.peakd.com/file/peakd-hive/stefano.massari/23twAKVLKAJRkoMvkKY3mPfiQHDbepX5ZrsgJPsayPiry9xUS5KyP3bRFAD1aRvZ66Nqz.png","https://files.peakd.com/file/peakd-hive/stefano.massari/23tmmq7SGKC9j1bEY2ke5HZPQZwYvgrCoGUHtgNU4EMJSQDvJ7p8rLbqgCLx3VWSwBeFr.png","https://files.peakd.com/file/peakd-hive/stefano.massari/23wCdaiRAvMzR8sKiGpcHV5pqyrrvnoMJUdjkrQaZRgG71sAhbnRHMnKJKnzdAFSdgpHp.png","https://images.hive.blog/1536x0/https://files.peakd.com/file/peakd-hive/green77/gGQutTRs-hive-spacer.png"]}
created2024-12-13 07:40:00
last_update2024-12-13 07:40:00
depth0
children8
last_payout2024-12-20 07:40:00
cashout_time1969-12-31 23:59:59
total_payout_value4.046 HBD
curator_payout_value4.095 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9,299
author_reputation340,308,047,353,919
root_title"13-12-2024 - Computer Basics - Analog-to-Digital Conversion [EN]-[IT]"
beneficiaries
0.
accountbalaenoptera
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id139,173,547
net_rshares24,095,949,573,475
author_curate_reward""
vote details (594)
@bisolamih ·
$0.04
How come I never studied this in high school?🤔
👍  
properties (23)
authorbisolamih
permlinkre-stefanomassari-20241213t171341296z
categoryhive-146620
json_metadata{"type":"comment","tags":["hive-146620","learn","computerscience","neoxian","ctp","palnet","stem","archon","pimp","vyb"],"app":"ecency/3.1.0-mobile","format":"markdown+html"}
created2024-12-13 16:13:42
last_update2024-12-13 16:13:42
depth1
children0
last_payout2024-12-20 16:13:42
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.019 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation72,958,687,753,376
root_title"13-12-2024 - Computer Basics - Analog-to-Digital Conversion [EN]-[IT]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id139,181,759
net_rshares119,007,214,979
author_curate_reward""
vote details (1)
@cryptoyzzy ·
!PIZZA
!LOL
!INDEED
properties (22)
authorcryptoyzzy
permlinkre-stefanomassari-sofbc2
categoryhive-146620
json_metadata{"tags":["hive-146620"],"app":"peakd/2024.11.3","image":[],"users":[]}
created2024-12-13 08:24:03
last_update2024-12-13 08:24:03
depth1
children1
last_payout2024-12-20 08:24:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation426,699,891,724,227
root_title"13-12-2024 - Computer Basics - Analog-to-Digital Conversion [EN]-[IT]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id139,174,030
net_rshares0
@lolzbot ·
<div class='pull-right'><center><img src="https://lolztoken.com/lolz.png"><br><a href="https://lolztoken.com">lolztoken.com</a></p><br><br><br><br></center></div><p><center><strong>Never tell a pun to a kleptomaniac<br>They're always taking things literally.</strong><br><sub>Credit: <a href="https://peakd.com/@lofone">lofone</a></sub><br>@stefano.massari, I sent you an <a href="https://lolztoken.com">$LOLZ</a> on behalf of cryptoyzzy<br><br>(2/10)<br><div class='pull-left'>https://files.peakd.com/file/peakd-hive/cryptoshots.nft/23xoaireZsyZCrvZLKneUuKiKWkGSajVRi9FspoMe3F5bpYmsQR8tyvNzoiQ3uJLLfqPy.png</div><br><h2><center><a href='https://play.crypto-shots.com'>PLAY</a> & EARN <a href='https://hive-engine.com/trade/DOOM'>$DOOM</a></center></h2></center></p>
properties (22)
authorlolzbot
permlinkre-re-stefanomassari-sofbc2-20241213t082522z
categoryhive-146620
json_metadata"{"app": "beem/0.24.19"}"
created2024-12-13 08:25:27
last_update2024-12-13 08:25:27
depth2
children0
last_payout2024-12-20 08:25:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length766
author_reputation196,206,325,037,423
root_title"13-12-2024 - Computer Basics - Analog-to-Digital Conversion [EN]-[IT]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id139,174,066
net_rshares0
@indeedly ·
<center><p><sub>(2/25)</sub><br>@stefano.massari! <b>@cryptoyzzy Totally agrees with your content!</b> so I just sent 1 <b>IDD</b> to your account on behalf of @cryptoyzzy. </p>
<p><img src="https://images.ecency.com/DQmWb3w1G2BqK4FQdm7VzMnr7iwc2ESzQd4Nnb21Sbp8rK8/idd_s.png" style="width: 75px; height: 75px;" alt="Indeed Logo">

</p></center>
properties (22)
authorindeedly
permlinkre-stefano-massari-20241213t082442
categoryhive-146620
json_metadata""
created2024-12-13 08:24:42
last_update2024-12-13 08:24:42
depth1
children0
last_payout2024-12-20 08:24:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length344
author_reputation-809,142,277,994
root_title"13-12-2024 - Computer Basics - Analog-to-Digital Conversion [EN]-[IT]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id139,174,046
net_rshares0
@lee1938 ·
https://x.com/lee19389/status/1868051410388152457
#hive #posh
👍  
properties (23)
authorlee1938
permlinksoi7fq
categoryhive-146620
json_metadata{"tags":["hive","posh"],"app":"hiveblog/0.1"}
created2024-12-14 21:52:39
last_update2024-12-14 21:52:39
depth1
children0
last_payout2024-12-21 21:52:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation44,864,861,186,356
root_title"13-12-2024 - Computer Basics - Analog-to-Digital Conversion [EN]-[IT]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id139,214,021
net_rshares15,626,010,461
author_curate_reward""
vote details (1)
@mfontom ·
$0.04
You have really breakdown the topic to our simple understanding. Good lesson 
👍  ,
properties (23)
authormfontom
permlinkre-stefanomassari-20241213t144058517z
categoryhive-146620
json_metadata{"type":"comment","tags":["hive-146620","learn","computerscience","neoxian","ctp","palnet","stem","archon","pimp","vyb"],"app":"ecency/3.2.0-mobile","format":"markdown+html"}
created2024-12-13 13:41:00
last_update2024-12-13 13:41:00
depth1
children0
last_payout2024-12-20 13:41:00
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length77
author_reputation60,943,183,064,637
root_title"13-12-2024 - Computer Basics - Analog-to-Digital Conversion [EN]-[IT]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id139,178,485
net_rshares125,566,005,833
author_curate_reward""
vote details (2)
@pizzabot ·
<center>PIZZA!


$PIZZA slices delivered:
@cryptoyzzy<sub>(2/5)</sub> tipped @stefano.massari 


</center>
properties (22)
authorpizzabot
permlinkre-13-12-2024-computer-basics-analog-to-digital-conversion-en-it-20241213t082441z
categoryhive-146620
json_metadata"{"app": "pizzabot"}"
created2024-12-13 08:24:39
last_update2024-12-13 08:24:39
depth1
children0
last_payout2024-12-20 08:24:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length106
author_reputation7,466,900,409,566
root_title"13-12-2024 - Computer Basics - Analog-to-Digital Conversion [EN]-[IT]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id139,174,045
net_rshares0
@pousinha ·
$0.05
No, ma posso immaginare i risultati, con la nostra incredibile prof. di matematica che parlava mezzo catanese😂 (no, non è una critica ad alcun dialetto, specie considerato che la mia anziana zia ottantenne adora proprio il catanese😂, ma un'insegnante ha il dovere di parlare correttamente la linguamadre e mi pare il minimo). A me aveva fatto saltare la media del nove😡. Le lamentele della scolaresca davanti al preside non sortivano effetto perchè quella prof. doveva essere raccomandata sicuramente da qualche politico (per quanto nel mondo della scuole non sia comune) e quindi il preside aveva deciso di sacrificare noi che eravamo quasi tutte uscite (scolaresca femminile perchè era un Istituto Magistrale) con una media orrenda dalla maturità. Fortuna che la media del diploma non rilevava nei nostri concorsi...
!PGM
👍  
properties (23)
authorpousinha
permlinkre-stefanomassari-sok7o8
categoryhive-146620
json_metadata{"tags":["hive-146620"],"app":"peakd/2024.11.3","image":[],"users":[]}
created2024-12-15 23:52:57
last_update2024-12-15 23:52:57
depth1
children0
last_payout2024-12-22 23:52:57
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.027 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length823
author_reputation57,641,465,285,354
root_title"13-12-2024 - Computer Basics - Analog-to-Digital Conversion [EN]-[IT]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id139,240,825
net_rshares167,732,397,650
author_curate_reward""
vote details (1)