代码搜索:AGC电路
找到约 10,000 项符合「AGC电路」的源代码
代码结果 10,000
www.eeworm.com/read/224839/14566473
m agc.m
function sig_out=agc(sig_in,sig_out)
%/*----------------------------------------------------------------------*
% * routine agc() *
% * ~~~~
www.eeworm.com/read/221899/14715204
m agc.m
function sig_out=agc(sig_in,sig_out)
%/*----------------------------------------------------------------------*
% * routine agc() *
% * ~~~~
www.eeworm.com/read/214211/15110207
m agc.m
%本程序仿真AGC的工作过程;
clc;
clear;
framelength = 200;
datai=randsrc(1,framelength,[-1 1]);
dataq=randsrc(1,framelength,[-1 1]);
stuff=zeros(1,15);
for i=1:length(datai)
x((i-1)*16+1)=datai(i);
www.eeworm.com/read/205721/15308856
html agc.html
/
[Master Index]
[Index for ./main]
agc
(./main/agc.m)
Function Synopsis
[dataout]=ag
www.eeworm.com/read/205721/15308949
m agc.m
function [dataout]=agc(datain,window,type)
%[dataout]=agc(datain,window,type)
%
%This function will do automatic gain control with a running window equation
%on the traces in datain.
%The size of the
www.eeworm.com/read/14953/426554
h agc.h
/* ====================================================================
* Copyright (c) 1999-2004 Carnegie Mellon University. All rights
* reserved.
*
* Redistribution and use in source and binar
www.eeworm.com/read/14953/426606
c agc.c
/* ====================================================================
* Copyright (c) 1999-2004 Carnegie Mellon University. All rights
* reserved.
*
* Redistribution and use in source and binar
www.eeworm.com/read/16169/663464
qpf agc.qpf
# -------------------------------------------------------------------------- #
#
# Copyright (C) 1991-2010 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# an
www.eeworm.com/read/16169/663465