代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/290200/8497260
m basicseq.m
% the basic codes from the generating poly from the book spread spectrum applications on commercial systems
function[code1, code2] = BasicSeq(m)
N = 2^m - 1;
sreg = [0, 0, 1, 1, 0, 1, 1, 0, 0
www.eeworm.com/read/385764/8790565
m basicseq.m
% the basic codes from the generating poly from the book spread spectrum applications on commercial systems
function[code1, code2] = BasicSeq(m)
N = 2^m - 1;
sreg = [0, 0, 1, 1, 0, 1, 1, 0, 0
www.eeworm.com/read/378952/9211930
changelog
Tue Mar 14 18:37:50 2001
Jason Ewasiuk (ZeroHype Technologies Inc.)
- Revision v2.4b1
- added -g option for generating IPs from a start to an end value
- two available option
www.eeworm.com/read/197263/8008390
m experiment3_2.m
%Experiment 3, CSBOOK-Haykin
% adaptive delta modulation for sinwave
% Generating sin wave
t=[0:2*pi/100:2*pi];
a=10*sin(t);
n=length(a);
mindels=1;
dels(1:n)=mindels;
xhat(1:n)=0;
x(
www.eeworm.com/read/303772/13809541
m projkern.m
function c=projkern(c,p2,p3,p4,p5);
%PROJKERN Projection onto generating kernel space
% Usage: cout=projkern(cin,a);
% cout=projkern(cin,g,a);
% cout=projkern(cin,ga,gs,a);
%
%
www.eeworm.com/read/131283/5947163
idl_depend
#!/bin/sh
#
# idl_depend.
# Tool for generating dependences from idl
# (C) Ruslan Shevchenko , 1998-2001
# $Id: idl_depend,v 1.5 2002/02/05 18:21:53 rssh Exp $
#
###########
www.eeworm.com/read/478716/6700884
m mrc.m
clear
clc
tic
N = 10^6; % number of bits or symbols
% Transmitter
ip = rand(1,N)>0.5; % generating 0,1 with equal probability
s = 2*ip-1; % BPSK modulation 0 -> -1; 1 -> 0
nRx = [1 2];
www.eeworm.com/read/217804/14950994
m basicseq.m
% the basic codes from the generating poly from the book spread spectrum applications on commercial systems
function[code1, code2] = BasicSeq(m)
N = 2^m - 1;
sreg = [0, 0, 1, 1, 0, 1, 1, 0, 0
www.eeworm.com/read/216722/14995572
m basicseq.m
% the basic codes from the generating poly from the book spread spectrum applications on commercial systems
function[code1, code2] = BasicSeq(m)
N = 2^m - 1;
sreg = [0, 0, 1, 1, 0, 1, 1, 0, 0
www.eeworm.com/read/216443/15006913
m projkern.m
function c=projkern(c,p2,p3,p4,p5);
%PROJKERN Projection onto generating kernel space
% Usage: cout=projkern(cin,a);
% cout=projkern(cin,g,a);
% cout=projkern(cin,ga,gs,a);
%
%