photo

Said BOUREZG


Mohamed BOUDIAF University - M'SILA -

Last seen: 5 mois il y a Actif depuis 2011

Followers: 1   Following: 0

Message

Passionate about advancing techniques in Image and Signal Processing with a focus on medical imaging (CT, MRI) and biomedical signals (ECG, EEG). Enthusiastic about developing robust algorithms and exploring transformations (DCT, DWT, DFT) for efficient data analysis and compression. With a strong interest in communication systems, I'm eager to integrate innovative processing techniques into real-world applications. Always open to collaboration and discussions on cutting-edge methods in computational analysis and engineering.

Programming Languages:
MATLAB
Spoken Languages:
Arabic
Pronouns:
He/him

Statistiques

All
MATLAB Answers

14 Questions
7 Réponses

File Exchange

17 Fichiers

Cody

15 Problèmes
1404 Solutions

RANG
147 869
of 300 381

RÉPUTATION
0

CONTRIBUTIONS
14 Questions
7 Réponses

ACCEPTATION DE VOS RÉPONSES
57.14%

VOTES REÇUS
0

RANG
428 of 20 941

RÉPUTATION
3 838

CLASSEMENT MOYEN
4.10

CONTRIBUTIONS
17 Fichiers

TÉLÉCHARGEMENTS
91

ALL TIME TÉLÉCHARGEMENTS
36764

RANG
69
of 168 477

CONTRIBUTIONS
15 Problèmes
1404 Solutions

SCORE
14 365

NOMBRE DE BADGES
29

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • MATLAB Shorts Mini Hack Participant
  • MATLAB Central Treasure Hunt Finisher
  • Thankful Level 3
  • Revival Level 1
  • Project Euler I
  • Draw Letters
  • 5-Star Galaxy Level 5
  • Explorer
  • Cody Problems in Japanese Master
  • Introduction to MATLAB Master
  • Personal Best Downloads Level 3
  • First Review

Afficher les badges

Feeds

Afficher par

Question


Why get i this result?
>> a = [10035.99]; >> k=[100 50 20 10 5 2 1 0.5 0.25 0.1 0.05 0.01]; % i must get b=[100 0 1 1 1 0 0 1 1 2 0 4] but ...see th...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


Can applicate blockproc function to a matrix?
in my Matlab r2010b we use easily blkproc function to a matrix, but in new versions we can't use easily blockproc function, that...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


Why some functions does not open?
Some Matlab toolbox functions doesn't open, we only get their explanation like some functions: >> open cummin >> open cumm...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


How many automatic extraction of region of Interest (ROI) (ROI in image) techniques exist?
I use a manual extraction method to extract a region of interest from an image, can someone give me a new automatic technique fo...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


How can i threshold DFT Coefficients?
If i have for example this matrix X=[1 2 3;4 5 6;7 8 9]; and it's DFT transform matrix will be like that >> fft2(X)=[45.0000 + ...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


How to convert a GUI to an .exe application?
Hi, I want to make my GUI a standalone application.

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


How to be my function added in MATLAB R2016b for example?
Hi, I have some functions, i want to add them to Matlab not in my own matlab toolbox, but to be accepted in new versions like ...

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


How to apply a quantization step to a 2D transformed image?
Hi all of you, I need some help here, my problem is how can i use quantization to the result of that code below?,knowing that t...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How can I generate this tyope of matrix as shows in the follow
This attached function can help you, b = spematrix(9) b = 0 1 1 0 1 1 0 1 1 1...

plus de 10 ans il y a | 0

Réponse apportée
How can I convert a DICOM image to a jpeg image or bmp image?
yes, imwrite() work, but the image (.bmp) can't appear, X matrix before imwrite values are int16 so the range is not 0 to 255, s...

plus de 10 ans il y a | 0

Réponse apportée
use of rle in compression
Yes, it's responsible but not all time. for example here: X= 200 200 200 200 200 200 8 11 11 11 11 11 Y=rle(X) >> Y=200 6 8 ...

plus de 10 ans il y a | 0

Question


Can anybody add a function to new version of MATLAB from this web site or not?
I have a function which does not exist in the MATLAB R2014a version as example, and if I share it here in File Exchange can it b...

plus de 10 ans il y a | 3 réponses | 0

3

réponses

Réponse apportée
JPEG Image compression using Huffman encoding and decoding
Here in my code you can find the steps to compress it's not a Jpeg but it have the same idea and I use the Huffman coding, take ...

plus de 10 ans il y a | 0

Réponse apportée
How to extract the region of interest from the image????
Here you want to extract the region of interest from the image (still image) or what? If from image and it's a grayscal image ...

plus de 10 ans il y a | 0

Réponse apportée
how to calculate Mean Square Error and Peak Signal to Noide Ratio and compression ratio using SPIHT Image compression algorithm
You can find the answer here: <https://fr.mathworks.com/matlabcentral/answers/81048-mse-mean-square-error MSE and PSNR>

plus de 10 ans il y a | 0

Question


How can I convert a DICOM image to a jpeg image or bmp image?
In my project, I need an medical images in bmp form, but the problem they didn't exist with that form, so I must convert a DICOM...

plus de 10 ans il y a | 3 réponses | 0

3

réponses

Question


How many ROI extraction method, and do they exist in Matlab Toolbox?
I have project about region of interest of an medical image and I to know about ROI extraction methods existing in literature an...

plus de 10 ans il y a | 1 réponse | 0

0

réponse

Question


Can after make a project in using Arduino, Can we change Arduino with other devices?
I have not use arduino and i don't have more idea about it, but i want understand it's role on project and can we use another d...

plus de 10 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
HOW TO SELECT AN A PART OF AN IMAGE FOR PARTIAL ENCRYPTION IN MATLAB
I think you need to see this code: <https://fr.mathworks.com/matlabcentral/fileexchange/31859-region-of-interest-extraction-by-...

plus de 10 ans il y a | 0

Question


How can I convert a file from .dat to .mat?
I need some data of an ECG signal but this data was saved on .dat file, can any one help me to give me a idea how to extract ECG...

plus de 10 ans il y a | 1 réponse | 0

0

réponse

Question


Can I generate an app from Matlab R2010a?
I have a image compression code, I will make a good gui to this code but my problem is whow can I generate an application I mean...

plus de 10 ans il y a | 1 réponse | 0

1

réponse