代码搜索结果
找到约 10,000 项符合
Analog 的代码
ex031900.m
% Chapter 3 : Example 3.19
% Reconstruction using sinc function
%
% Discrete-time Signal x1(n)
Ts = 0.0002; Fs = 1/Ts; n = -25:1:25; nTs = n*Ts;
x = exp(-1000*abs(nTs));
% Analog Sig
ex031900.m
% Chapter 3 : Example 3.19
% Reconstruction using sinc function
%
% Discrete-time Signal x1(n)
Ts = 0.0002; Fs = 1/Ts; n = -25:1:25; nTs = n*Ts;
x = exp(-1000*abs(nTs));
% Analog Sig
bf537-lq035.c
/*
* drivers/video/bfin-lq035.c
* Analog Devices Blackfin(BF537 STAMP) + SHARP TFT LCD.
*
* For more information, please read the data sheet:
* http://blackfin.uclinux.org/frs/download.php/829/LQ
bf537-lq035.c
/*
* drivers/video/bfin-lq035.c
* Analog Devices Blackfin(BF537 STAMP) + SHARP TFT LCD.
*
* For more information, please read the data sheet:
* http://blackfin.uclinux.org/frs/download.php/829/LQ
zohe.m
function [phi,gamma]=zohe(A,b,T,D);
%ZOHE Zero-order-hold equivalent discrete-time model of an analog system.
% [phi,gamma]=zohe(A,b,T) computes the discrete-time, state-space
% system (phi,gamma)
ex031900.m
% Chapter 3 : Example 3.19
% Reconstruction using sinc function
%
% Discrete-time Signal x1(n)
Ts = 0.0002; Fs = 1/Ts; n = -25:1:25; nTs = n*Ts;
x = exp(-1000*abs(nTs));
% Analog Sig