Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to get samples from image, video and text files using Matlab code?

Status
Not open for further replies.

vanathidevi

Member level 2
Joined
Dec 27, 2006
Messages
43
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Location
India
Activity points
1,528
hi,
how to get samples from image, video and text files?
i need MATLAB code for it.
plz help me


thanks in advance


with regards
vanathi
 

Re: need help in MATLAB

hi
you just read your image and save it by using (imread) and start dealing with your image as an matrix!!
 

Re: need help in MATLAB

Hi
u can get some help from demo
there are some easy examples :D
 

Re: need help in MATLAB


for the image
x=imread('filename.extension');
for wave files
x=wavread('filename.wav');
 
Re: need help in MATLAB

54_1170495558.jpg


https://www.upload.th.md/download.php?id=25291D97
 

Re: need help in MATLAB

lets the image name is tree.jpg
mat=imread('tree.jpg');
now using matrices mathematics do what ever is the requirement with the mat matrix.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top