equation

Status
Not open for further replies.

chandu13

New Member
Hi

How to solve the given equation

P=10^1.667(ADC output value)-11.33

Aim using Keil51 evolution version and 89c51 controller.

Regards

chandu
 
Your equation isn't very clear.

Do you mean?
  • [latex]P=10^{1.667}(ADCOutputValue)-11.33[/latex]
  • [latex]P=10^{1.667(ADCOutputValue)-11.33}[/latex]
  • [latex]P=10^{1.667(ADCOutputValue)}-11.33[/latex]
 
As with anything like this, you need to simplify and break it into stages. It might also be possible to simplify it a great deal.

You really need to explain what you're trying to do!.
 
Hi

Thanks for reply

Aim using same equation what you are mentioned in the reply.


Aim using Keil51 evolution version software and 89c51 controller.

Keil51 is restricted to 2K memory only.

Please proved tips for solving and programming the equation in keil51.

Regards
chandu
 
I think, if you work with log, it will be easier

log(P+11.33) = 1.667*ADCOutputValue

which is a linear equation

y = m*x

I think, it is depend on your application.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…