代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/417152/11002087
m plot1.m
% Generates a stem plot showing the ACF
% for a Gold sequence
% Kai Borre, February 12, 2006
ca_codes
close all
figure(1)
pl = stem(0:51,[0 Corr11(1:50) 0],'.');
axis off
set(get(pl,'Ba
www.eeworm.com/read/467764/7001015
m fig1_26.m
% This program generates Fig. 1.26 of text
clear all
close all
ERP = linspace(1,1000,1000);
[Range] = burn_thru (50e3, 35, 10, 5.6e9, .5e-3, 5, 200,500e6, 10, .3, 15,ERP);
www.eeworm.com/read/444864/7096400
m plot1.m
% Generates a stem plot showing the ACF
% for a Gold sequence
% Kai Borre, February 12, 2006
ca_codes
close all
figure(1)
pl = stem(0:51,[0 Corr11(1:50) 0],'.');
axis off
set(get(pl,'Ba
www.eeworm.com/read/444854/7104769
cpp random.cpp
//+-----------------------------------------------------------------------------
//| Included files
//+-----------------------------------------------------------------------------
#include "Random
www.eeworm.com/read/367013/7124120
bat cp.bat
REM This Batch-File generates a Hello Program for the C51-Compiler
REM
C51 main.c DEBUG
BL51 main.OBJ
OH51 main
ren main.hex uv1316.hex
www.eeworm.com/read/259820/7148186
vhd tx_state_mach.vhd
-- Altera Microperipheral Reference Design Version 0802
--**********************************************************************************************
--
-- System: A8251
-- Component: Tx
www.eeworm.com/read/270427/7149160
m no_orth_spreadcode.m
function [codeMatrix] = no_orth_spreadcode(SF)
% This function returns a matrix whose lignes are code vectors. These codes are
% not orthonormal
C1=hadamard(SF); % Generates a matrix wi
www.eeworm.com/read/464508/7156893
m stepseq.m
function [x,n]=stepseq(n0,n1,n2)
%Generates x(n)=u(n-n0); n
www.eeworm.com/read/464501/7156997
m stepseq.m
function [x,n]=stepseq(n0,n1,n2)
%Generates x(n)=u(n-n0); n
www.eeworm.com/read/464234/7167281
m fh.m
%***********************************************************
% This mfunction generates orthogonal complex
% exponential matrix [exp(j*2*pi*n*k/N)]
%
% AUTHOR: Wenbin Luo
% DA