代码搜索结果
找到约 16,374 项符合
Op-Amp 的代码
ex2_10.cpp
//【例2.10】设计一个计算器程序,实现加、减、乘、除运算。
#include
using namespace std;
int main(){
float num1,num2;
char op;
coutop>>num2;
switch(op){
cas
ex0813.m
% Chapter 08: Example 8.13 Design a filter
n = 50;
f = [0 0.4 0.8 1];
amp = [0 1 0];
up = [0.02 1.02 0.01];
lo = [-0.02 0.98 -0.01];
b = fircls(n,f,amp,up,lo,'plots'); % Plot magnitude response
ex0813.asv
% Chapter 08: Example 8.13 Design a filter
n = 50;
f = [0 0.4 0.8 1];
amp = [0 1 0];
up = [0.02 1.02 0.01];
lo = [-0.02 0.98 -0.01];
b = fircls(n,f,amp,up,lo,'plots'); % Plot magnitude response
st1.m
t=-10:10;
N1=20
for i=1:N1+1
% f(0)=amp;
if abs(i-N1/2-1)
cpp1.cpp
#include
void main(void)
{
float num1,num2;
char op;
coutnum1>>op>>num2;
switch(op)
{
case '+':cout
save.txt
while(a rop b c = d op esd