how i convert analoge signal to digital form by Matlab?

Status
Not open for further replies.

engtokhy

Newbie level 6
Joined
Dec 10, 2007
Messages
13
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,352
Matlab code for ADC

Can any one tell me how i convert analoge signal (Excel file captured from data aquisiton system) to digital form by Matlab
 

Matlab code for ADC

the easiest way is:
y=floor(2^n*x);
where x is your input signal between [0,1], n is the number of bits and y is your digital output.

I hope it helps!
 

    Terry46359

    Points: 2
    Helpful Answer Positive Rating
Matlab code for ADC

see this topic
scroll down to see it
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…