analog image into digital using matlab code

Hello!
please i need a help
Take an analog image and convert it into digital image using MATLAB code.
how can i do this is there any link or code then please send it to me on my email.
atif19663@gmail.com

5 comentarios

DGM
DGM el 27 de Mayo de 2021
Editada: DGM el 27 de Mayo de 2021
What exactly do you mean when you say "analog image"? An analog image could be countless things. A digital image could be countless other things. If your image is truly analog, then the solution likely starts in hardware, not in code.
MUHAMMAD ATIF
MUHAMMAD ATIF el 27 de Mayo de 2021
This is our assigment i think he want to convert analog values into digital image
MUHAMMAD ATIF
MUHAMMAD ATIF el 27 de Mayo de 2021
Editada: MUHAMMAD ATIF el 27 de Mayo de 2021
The question is explain sampling and quantization and take analog image and convert it into digital image
Salman Khan
Salman Khan el 29 de Mayo de 2021
Alaka ta ho ashar k, warega chairman saib mention kom dlta, hhhhhhhhhh
MUHAMMAD ATIF
MUHAMMAD ATIF el 30 de Mayo de 2021
Hahahhahah

Iniciar sesión para comentar.

Respuestas (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov el 27 de Mayo de 2021
Editada: Sulaymon Eshkabilov el 27 de Mayo de 2021

0 votos

Hi,
Based on what you described, your exercise is composed of a few steps.
(1) data acqusition using A2D converter (hardware) that needs to be adjusted with sampling frequency (sample time) and quantization (bit size). These two parameters, samping frequency and quantization are hardware dependent and define how accuaretly A2D conversion will be done.
(2) once you get digital data, you will perform all necessary data processing. And MATLAB image processing tools come into play, e.g.: imread(), imshow(), rgb2gray(), rgb2ind(), imhist(), etc, etc.

1 comentario

MUHAMMAD ATIF
MUHAMMAD ATIF el 27 de Mayo de 2021
Is there any specific code of matlab that can convert analog data to digital image because i have no knowledge about matlab code

Iniciar sesión para comentar.

Categorías

Más información sobre Images en Centro de ayuda y File Exchange.

Productos

Versión

R2021a

Preguntada:

el 27 de Mayo de 2021

Comentada:

el 30 de Mayo de 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by