代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/444818/7605508
m oversamp2.m
% Program 3-17
% oversamp2.m
%
% Function to sample "sample" time
%
% programmed by H.Harada
%
function [out] = oversamp2( iin, ntot , sample)
% ******************************************
www.eeworm.com/read/417584/7808426
asm dsp2833x_adc_cal.asm
;; TI File $Revision: /main/1 $
;; Checkin $Date: July 30, 2007 10:29:23 $
;;###########################################################################
;;
;; FILE: ADC_cal.asm
;;
;; TITLE:
www.eeworm.com/read/298012/7977575
m oversamp2.m
% Program 3-17
% oversamp2.m
%
% Function to sample "sample" time
%
% programmed by H.Harada
%
function [out] = oversamp2( iin, ntot , sample)
% ******************************************
www.eeworm.com/read/246953/12696361
c main.c
#include
#include "config.h"
#include "isp.h"
/***************************** _DEAD_()函数 *******************************
* 功 能:输出错误提示信息并进入一个死循环,当发生致命错误时调用本函数。
************************
www.eeworm.com/read/245710/12784031
c main.c
#include
#include "config.h"
#include "isp.h"
/***************************** _DEAD_()函数 *******************************
* 功 能:输出错误提示信息并进入一个死循环,当发生致命错误时调用本函数。
************************
www.eeworm.com/read/245324/12804238
m goldseq.m
% Program 5-5
% goldseq.m
%
% The generation function of Gold sequence
%
% Programmed by M.Okita and H.Harada
%
function [gout] = goldseq(m1, m2, n)
% *************************************
www.eeworm.com/read/329500/12951822
m dist.m
% Program 7-7
%
% dist.m
%
% This function generates attenuation due to distance
%
% Programmed by F. Kojima
% Checked by H.Harada
%
function [x] = dist(a,b,alpha)
% a,b: position of
www.eeworm.com/read/329500/12951824
m basest.m
% Program 7-2
%
% basest.m
%
% This function sets positions of the base stations.
%
% Programmed by F. Kojima
% Checked by H.Harada
%
function [out] = basest()
baseinfo(1, 1) = 0.0;
b
www.eeworm.com/read/329499/12951862
m goldseq.m
% Program 5-5
% goldseq.m
%
% The generation function of Gold sequence
%
% Programmed by M.Okita and H.Harada
%
function [gout] = goldseq(m1, m2, n)
% *************************************
www.eeworm.com/read/327775/13062125
m comb1.m
% Program 2-4
% comb.m
%
% Generate additive white gausian noise
%
% Programmed by H.Harada
%
function [rout] = comb1(data1,data2,attn)
%****************** variables *****************