代码搜索:Analog
找到约 10,000 项符合「Analog」的源代码
代码结果 10,000
www.eeworm.com/read/317833/13495855
m ex031700.m
% Analog Signal
Dt = 0.00005;
t = -0.005:Dt:0.005;
xa = exp(-1000*abs(t));
%
% Continuous-time Fourier Transform
Wmax = 2*pi*2000;
K = 500; k = 0:1:K;
W = k*Wmax/K;
Xa = xa * exp(-j*t'*W) * D
www.eeworm.com/read/314294/13569641
c msp430x22x4_oa_07.c
//******************************************************************************
// MSP430F22x4 Demo - OA1, General-Purpose Mode
//
// Description: Configure OA1 for General-Purpose mode. In this
www.eeworm.com/read/310212/13654715
m cheby1.m
function [num, den, z, p] = cheby1(n, r, Wn, varargin)
%CHEBY1 Chebyshev type I digital and analog filter design.
% [B,A] = CHEBY1(N,R,Wn) designs an Nth order lowpass digital
% Chebyshev filte
www.eeworm.com/read/152782/5666777
asm divfr_16.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/150372/5693612
ini measure.ini
LOAD MEASURE
G, MAIN
/*--------------------------------------------*/
/* MyStatus shows analog and other values ... */
/*--------------------------------------------*/
FUNC void MyStatus (voi
www.eeworm.com/read/135153/5887952
h csaa7114.h
/*****************************************************************************
* Csaa7114.h : Implementation of video decoder interface
* REALmagic Quasar Hardware Library
* Created by Aurelia Popa
www.eeworm.com/read/120730/6071222
map arith_encoder_jpeg2000.map
PROCESSOR PROJECT: D:\Blackfin\ADI code EX\Blackfin_JPEG2000\Blackfin_JPEG2000\Copy of arith_encoder_JPEG2000\Debug\arith_encoder_JPEG2000.dxe
Memory Map of LinkProject "P0"
Name
www.eeworm.com/read/493456/6393693
m ex031700.m
% Analog Signal
Dt = 0.00005;
t = -0.005:Dt:0.005;
xa = exp(-1000*abs(t));
%
% Continuous-time Fourier Transform
Wmax = 2*pi*2000;
K = 500; k = 0:1:K;
W = k*Wmax/K;
Xa = xa * exp(-j*t'*W) * D
www.eeworm.com/read/482677/6620938
m mam1.m
%显示模拟调制的波形及解调方法AM
%信源
close all;
clear all;
dt = 0.001; %时间采样间隔
fm=1; %信源最高频率
fc=10; %载波中心频率
T=5; %信号时长
t = 0:dt:T;
mt = sqrt(2