代码搜索结果
找到约 10,000 项符合
M 的代码
receiver_stimulus_5m_psk.m
clc;
clear all;
fid = fopen('lunwen_stimulus_psk.vec','w');
if fid==-1
disp('Couldn''t open file new_receiver.vec for writing');
end
ts=1250;%clock period
points=200;%sample points
X=[1,
m104_test_iic.m51
BL51 BANKED LINKER/LOCATER V5.03 06/16/2007 18:14:26 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
D:\KEIL\C51\BIN\BL51.EXE STARTU
x1_x2(m).m
clc;clear;
gc1=[0 2];
gs1=[1 0];
gc2=[2 2];
gs2=[0 1];
c1=[0 0 1 1];
c2=[0 1 0 1];
s1=[0 0 1 1];
s2=[0 1 0 1];
for m=1:4
for n=1:4
temp=c1(n).*gc1+c2(n).*gc2+s1(m).*gs1+s2(m).*g
m序列扩频调制解调实现.m
%m序列扩频调制解调实现
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% 函数通过输入信号序列和扩频因子,以及调制解调选择参数来 %
% 完成扩频调制解调。orig
chap4_8m1.m
function [u]=chap4_8m1(u1,u2,u3)
global s
persistent errori error_1
ts=0.001;
if u3==0
errori=0;
error_1=0;
end
s=2; %Selecting Signal Type
if s==1 %Step Signa
chap4_8m2.m
function [u]=chap4_8m2(u1,u2,u3,u4)
global s
persistent w x1 x2 x3 w_1 w_2 w_3
N=300;
C=5;
if u3==0
w=zeros(N+C,1);
w_1=w;
w_2=w;
d_w=w;
end
alfa=0.04;
if s==1
chap4_8m1.m
function [u]=chap4_8m1(u1,u2,u3)
global s
persistent errori error_1
ts=0.001;
if u3==0
errori=0;
error_1=0;
end
s=2; %Selecting Signal Type
if s==1 %Step Signa
chap4_8m2.m
function [u]=chap4_8m2(u1,u2,u3,u4)
global s
persistent w x1 x2 x3 w_1 w_2 w_3
N=300;
C=5;
if u3==0
w=zeros(N+C,1);
w_1=w;
w_2=w;
d_w=w;
end
alfa=0.04;
if s==1