代码搜索结果

找到约 9,581 项符合 Analog 的代码

prog81.m

% % Program 8.1, p511. m-file for the analog filter design % (Example 8.19) % program name: prog81.m % FN=1000/2; fc=300; % cut offf frequency N=5; % filter order [z, p, k]=butta

cycle_count.asm

/******************************************************************************* Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved. Developed by Joint Development Software Application Tea

cycle_count.asm

/******************************************************************************* Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved. Developed by Joint Development Software Application Tea

cycle_count.asm

/******************************************************************************* Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved. Developed by Joint Development Software Application Tea

fmagplot.m

function fmagplot( xa, dt ) %FMAGPLOT Plot Fourier Transform (Mag) of "ANALOG" signal %----- % Usage: fmagplot( xa, dt ) % % xa : "ANALOG" signal % dt : sampling interval for t

fplot.m

function fplot( xa, dt ) %FPLOT Plot Fourier Transform (Mag) of "ANALOG" signal %----- % Usage: fplot( xa, dt ) % % xa : "ANALOG" signal % dt : sampling interval for the simulat

analog.spj

[Files] 0=analog.v [Settings] Mode=Debug Version=97.1 [Position] Width=1103 Height=858 X=33 Y=61 [Explorer] P1Width=100 P2Width=685 View=Icon Scope=top [Analyzer] C1Width=137 C2Wi

analog.v

//title netlist for analog to digital converter // file adc_gate.v /* This file demonstrates the following capabilities for SILOS III for mixed analog and digital simulation: - passing ana

adc.h

//**************************************************************************** // @Module Analog / Digital Converter (ADC) // @Filename ADC.H // @Project svm.dav //--------------

anlgfilt.cpp

//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // // File = anlgfilt.cpp // // simulation of analog filter // #include #include "anlgfilt.h" //================