代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/379443/9197254
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/379443/9197290
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/378857/9214461
m goldseq.m
% goldseq.m
%
% The generation function of Gold sequence
%
% Programmed by yixiongshu,2006.8.9
function [gout]=goldseq(m1,m2,n)
%
% m1 : m-sequence 1
% m2: m-sequence 2
% n : Number of out
www.eeworm.com/read/377596/9269988
m goldseq.m
% Program 5-5
% goldseq.m
%
% The generation function of Gold sequence
%
% Programmed by yixiongshu,2006.8.9
function [gout]=goldseq(m1,m2,n)
%
% m1 : m-sequence 1
% m2: m-sequence 2
% n
www.eeworm.com/read/180233/9314999
m comb1.m
% Program 2-4
% comb.m
%
% Generate additive white gausian noise
%
% Programmed by H.Harada
%
function [rout] = comb1(data1,data2,attn)
%****************** variables *****************
www.eeworm.com/read/374369/9408527
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/355485/10262079
m goldseq.m
% Program 5-5
% goldseq.m
%
% The generation function of Gold sequence
%
% Programmed by yixiongshu,2006.8.9
function [gout]=goldseq(m1,m2,n)
%
% m1 : m-sequence 1
% m2: m-sequence 2
%
www.eeworm.com/read/355484/10262180
m goldseq.m
% Program 5-5
% goldseq.m
%
% The generation function of Gold sequence
%
% Programmed by yixiongshu,2006.8.9
function [gout]=goldseq(m1,m2,n)
%
% m1 : m-sequence 1
% m2: m-sequence 2
%
www.eeworm.com/read/417641/10983532
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/417276/10997809
c ram_execution.c
/*********************************************************************
*
* Executing from RAM
*
* This example demonstrateS how PIC32 can be programmed to execute from RAM
*