代码搜索:bpsk

找到约 1,808 项符合「bpsk」的源代码

代码结果 1,808
www.eeworm.com/read/428051/8900224

mdl bpsk.mdl

Model { Name "BPSK" Version 5.0 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataTypes
www.eeworm.com/read/383510/8941003

m bpsk.m

% Program 3-1 % bpsk.m % % Simulation program to realize BPSK transmission system % % Programmed by H.Harada and T.Yamamura, % %******************** Preparation part **********************
www.eeworm.com/read/427304/8952673

wav bpsk.wav

www.eeworm.com/read/381491/9090103

m bpsk.m

%该程序用来模拟信号4QAM调制,属于《链路级仿真软件设计》程序二的调制解调模块中QAM调制部分 function [y]=<mark>bpsk</mark>(x) % y= qam4(x) % x是1*(2(Lp+8)) 的向量,其中向量元素为[1] 或[0],表示表示经过交织的结果数据 % y为x通过4qam调制后的输出信号,是1x(Lp+8) 的向量 % <mark>BPSK</mark>映射:奇数位映射成横轴坐标,偶数位映射成纵轴 ...
www.eeworm.com/read/182909/9185958

m bpsk.m

% Program 3-1 % bpsk.m % % Simulation program to realize BPSK transmission system % % Programmed by H.Harada and T.Yamamura, % %******************** Preparation part **********************
www.eeworm.com/read/182788/9191285

m bpsk.m

%该程序用来模拟信号4QAM调制,属于《链路级仿真软件设计》程序二的调制解调模块中QAM调制部分 %作者:赵亚利 %编程日期:2005-3-7 function [y]=<mark>bpsk</mark>(x) % y= qam4(x) % x是1*(2(Lp+8)) 的向量,其中向量元素为[1] 或[0],表示表示经过交织的结果数据 % y为x通过4qam调制后的输出信号,是1x(Lp+8) 的向 ...
www.eeworm.com/read/379443/9197279

m bpsk.m

% Program 3-1 % bpsk.m % % Simulation program to realize BPSK transmission system % % Programmed by H.Harada and T.Yamamura, % %******************** Preparation part **********************
www.eeworm.com/read/378919/9213089

zip bpsk.zip

www.eeworm.com/read/181661/9242627

m bpsk.m

www.eeworm.com/read/181377/9257063

m bpsk.m

% % Script file for computer exercise "BPSK". % N = 2^6; % Number of symbols fc = 1e3; % Carrier frequency fs = 4*1e3; % Sampling frequency Ts = 1/fs; % Sampling time = 1/fs T = 1/100; % Sy