代码搜索结果
找到约 10,000 项符合
Analog 的代码
exa4_7.m
% exa4-7_lp2bs for example4-7
% chebshev I analog lowpass filter prototype to bandstop filter
clear all;
N=9;
Rp=3;
wl=200*pi;
wh=1000*pi;
% Chebyshev analog lowpass filter prototype
[z,p,k
exa4_5.m
% exa4-5_lp2hp for example4-5
% chebshev I analog lowpass filter prototype to highpass filter
clear all;
N=9;
Rp=10;
wl=400*pi;
[z,p,k]=cheb1ap(N,Rp);
[b,a]=zp2tf(z,p,k);
% design analog hi
cf.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,
eagle35_hawk35.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,
aio.c
/*
*********************************************************************************************************
* Analog I/O Module
*
*
web51.lnp
COMMON {"ANALOG.obj"},
COMMON {"ARP.obj"},
COMMON {"ETH.obj"},
COMMON {"HTTP.obj"},
COMMON {"ICMP.obj"},
COMMON {"IP.obj"},
COMMON {"MAIN.obj"},
COMMON {"SERIAL.obj"},
COMMON {"TCP.obj"},
COM
aio.c
/*
*********************************************************************************************************
* Analog I/O Module
*
*
web51.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,1,
Fi
contents.m
% PWSK_DSP TOOLBOX
% Matlab functions to accompany the companian book
% Digital Signal Processing using Matlab
% by Proakis and Ingle
% Publisher: PWS-Kent
%
dac.c
/* vim: set sw=8 ts=8 si : */
/*********************************************
* Author: Guido Socher, Copyright: GPL
*
* Digital to analog converter using a R-2R leadder
*****************************