低压低功耗全摆幅CMOS运算放大器设计与仿真pdf,ABSTRACT
In recent years, more and more electronic products with battery
supply are widely used, which cries for adopting low voltage analog
circuits to reduce power consumption, therefore low voltage, low power
analog circu
function [m]=intgauss(n) % n代表所求节点的个数
syms x
for i=1:n
for j=1:n
y(i,j)=int(log(x)*x(i-1)*x(n-j),0,1); % 积分的权函数不同则log(x)会改变
end
end
y % y表示权函数与正交函数与w(x)的积分值所构成的方阵
for i=1:n
h(i)=-int(log(x)*x(i-1)*xn,0,1);
end
h=