代码搜索结果
找到约 10,000 项符合
Analog 的代码
amf_delayntapmoutoffchip_s.c
// Copyright(c) 2005 Analog Devices, Inc. All Rights Reserved. ADI Confidential.
#include "AMF_DelayNTapMOutOffChip_S.h"
void AMF_DelayNTapMOutOffChip_S_Render(AMF_DelayNTapMOutOffChip_S * res
modmap.m
function y = modmap(x, Fd, Fs, method, M, opt2, opt3)
%MODMAP Map a digital signal to an analog signal.
%
% Plotting syntaxes:
% MODMAP(METHOD...) plots the signal constellation associated wit
program_05_1.m
% Program 5_1
% 4-th Order Analog Butterworth Lowpass Filter Design
%
colordef black;
format long
% Determine zeros and poles
[z,p,k] = buttap(4);
disp('Poles are at');disp(p);
% Determine tra
modmap.m
function y = modmap(x, Fd, Fs, method, M, opt2, opt3)
%MODMAP Map a digital signal to an analog signal.
%
% Plotting syntaxes:
% MODMAP(METHOD...) plots the signal constellation associated wit