Friday, 7 August 2015

dc dc converter - Can a system with a response Y(x) = ax + c be called linear?


I made a DC-DC converter its ideal transfer function is: $$ V_0(D) = DV_i $$


I took measurements of its response and then made a linear regression, I got this result:


$$ V_0(D) = 0.98DV_i -0.42 $$


Quite similar to the expected value. Now, can I say that the system has a linear response?


strictly speaking, the system response should be zero when the input is zero, but in this case, if D = 0:


$$ V_0 = -0.42 $$


What would be the correct way to refer at the response of this system?



enter image description here


enter image description here



Answer



Strictly speaking that is not a linear relationship between \$D\$ and \$V_o\$, it is an affine relationship. However its very rare that the distinction matters in engineering and you're likely to hear people call it "linear" anyway.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...