Save
Forgot Password
Register Here
Resources
Applications
AI
Business
Components and Libraries
Computer Science
Database
Documents And Specifications
Enterprise Application Integration
Game
Hardware
Multimedia
Network
Security
Tools And Utilities
Training And Certification
Web
Languages
Assembly
Basic
C
C#
C++
Delphi
Java
JavaScript
Other Languages
Pascal
Perl
PHP
Python
Ruby
VB-Script
Visual Basic
Platforms
.NET
Browser Based
Consoles
CPU
Embedded
Java Platform
Legacy Platforms
Linux
Macintosh
Mobile Platforms
MS-DOS
Remotely Hosted
UNIX
WEB Service
Windows
Forums
Unanswered Posts
Latest Threads
Latest Posts
Programming Languages
Assembler Developer
Basic
C and C++
C#
Delphi and Kylix
Java
Pascal
Perl
PHP
Python
Ruby
VB.NET
VBA
Visual Basic
Applications
Computer Graphics
Computer Hardware
Database & SQL
Electronics development
Game programming
Matlab
Sound & Music
XML Development
Classifieds
Co-operative Projects
For sale
FreeLance Software City
Jobs Available
Jobs Wanted
Wanted
Microsoft .NET
.NET General
ASP.NET
Miscellaneous
Comments on the PH Re-design
Comments on this site
Computer Emulators
General programming
New programming languages
Off topic board
Mobile & Wireless
Palm Pilot
Multimedia
Demo programming
MP3 programming
Operating Systems & Platforms
Cloud Computing
Embedded / RTOS
FreeBSD
LINUX programming
MS-DOS
Windows CE & Pocket PC
Windows programming
Software Development
Algorithms
Object Orientation
Project Management
Quality & Testing
Security
WEB-Development
Active Server Pages
AJAX
CGI Development
ColdFusion
Flash development
HTML & WEB-Design
Internet Development
JavaScript
WEB Servers
WEB-Services / SOAP
Blogs
Blog Startpage
Latest Blog Posts
Submit
Article
Book
File
Link
News
PAD File
Wiki Article
Jobs
Dev Tools
PH
Search
Newsletter
Merchandise
Top User Lists
Getting Started Guide
Help
Advertise
Contact Us
HOME
>
Forums
>
Electronics development
> Incresing A/D Resolution
Electronics development
Moderators: None (
Apply to moderate this forum
)
Number of threads:
512
Number of posts:
1020
With full replies
Topics only
Electronics development
Forum Info
This Forum Only
Single Post View
Linear View
Threaded View
f
Printer Friendly
RSS Feed
Incresing A/D Resolution
Posted by
Hakan ALBAYRAK
on 4 Dec 2000 at 2:10 PM
Hi there!<br>
My question is simple:<br>
How am i increse A/D Resolution?<br>
for example;<br>
TLC549 is a 8 bit serial A/D;<br>
min value=0<br>
max value=255<br>
<br>
how am i make max value=9999 ?<br>
(to increse one bye one)<br>
<br>
bye!
Share By Email
Re: Incresing A/D Resolution
Posted by
Al
on 6 Dec 2000 at 6:28 AM
: Hi there!<br>
: My question is simple:<br>
: How am i increse A/D Resolution?<br>
: for example;<br>
: TLC549 is a 8 bit serial A/D;<br>
: min value=0<br>
: max value=255<br>
: <br>
: how am i make max value=9999 ?<br>
: (to increse one bye one)<br>
: <br>
: bye!<br>
: <br>
<br>
You will have to use an A/D chip with higher resolution: A 10 bit chip will provide a resolution of 2^10 = 1024, a 12 bit chip 2^12 = 4096 etc.<br>
Share By Email
Re: Re: Incresing A/D Resolution
Posted by
Unknown
on 6 Dec 2000 at 6:57 AM
: : Hi there!<br>
: : My question is simple:<br>
: : How am i increse A/D Resolution?<br>
: : for example;<br>
: : TLC549 is a 8 bit serial A/D;<br>
: : min value=0<br>
: : max value=255<br>
: : <br>
: : how am i make max value=9999 ?<br>
: : (to increse one bye one)<br>
: : <br>
: : bye!<br>
: : <br>
: <br>
: You will have to use an A/D chip with higher resolution: A 10 bit chip will provide a resolution of 2^10 = 1024, a 12 bit chip 2^12 = 4096 etc.<br>
: <br>
: <br>
Oops!<br>
You wanted a resolution of 10000!<br>
<br>
You will have to use a chip with at least 15 bits for that resolution. A 16 bit chip is probably more common and provide a maximum resolution of 2^16 = 65536. The circuitry for high resolution A/D converters is very very critical to prevent even small variations in temperature from causing large inaccuracies in the conversion process.<br>
Share By Email
Re: Re: Re: Incresing A/D Resolution
Posted by
Hakan ALBAYRAK
on 13 Dec 2000 at 1:18 PM
hi there!<br>
thanx for answers.<br>
but i will use max res. A/D is 10 bit.<br>
i know 10bit=1024<br>
12bit=4096<br>
and other A/Ds 15,16 ... 23bit<br>
A/D resolution is increasing some methods.<br>
of course<br>
for 10bit A/D<br>
si s=sample i=indice<br>
s1=650 s2=652 s3=651 s4=649 .... s50=654<br>
average= (s1+s2+...+s50)/25<br>
at this point A/D resolution increased 2times<br>
<br>
*i look for more stable code will make this operation.<br>
<br>
sorry for bad english<br>
thanx for all!<br>
Share By Email
Re: Re: Re: Re: Incresing A/D Resolution
Posted by
Andrea
on 4 Jan 2001 at 2:47 PM
: hi there!
: thanx for answers.
: but i will use max res. A/D is 10 bit.
: i know 10bit=1024
: 12bit=4096
: and other A/Ds 15,16 ... 23bit
: A/D resolution is increasing some methods.
: of course
: for 10bit A/D
: si s=sample i=indice
: s1=650 s2=652 s3=651 s4=649 .... s50=654
: average= (s1+s2+...+s50)/25
: at this point A/D resolution increased 2times
:
: *i look for more stable code will make this operation.
:
: sorry for bad english
: thanx for all!
:
:
you can also increase ad resolution:
- using some A/D channel and a number of external component(op-amp)
- using an op-amp with a digital control of amp
bye
Share By Email
Recent Jobs
Home
About PH
Privacy Statement
Hosted SubVersion
Hosted Bugtracker
Contact Us
Advertise Here
Official Programmer's Heaven Blogs
Web Hosting
|
Browser and Social Games
|
Gadgets
Popular resources on Programmersheaven.com
Assembly
|
Basic
|
C
|
C#
|
C++
|
Delphi
|
Flash
|
Java
|
JavaScript
|
Pascal
|
Perl
|
PHP
|
Python
|
Ruby
|
Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our
Terms Of Use
and
Privacy Statement
for more information.
Operated by
CommunityHeaven
, a
BootstrapLabs
company.