代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
pi_lagcas2x.mdl
Model {
Name "pi_lagcas2x"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataT
pi_diagcas2x.mdl
Model {
Name "pi_diagcas2x"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortData
c8_pi4demo.m
% File: c8_pi4demo.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wir
c8_pi4demo.m
% File: c8_pi4demo.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wir
mod_pi4qpsk_030704.m
function y = mod_pi4qpsk_030704 (x,n,M)
global k Fc Fd Fs Fs_n;
% OQPSK Modulation Procedure
% M = 2
% x 为长度为1024*5=5120点的数字信号,每个码元里有Fs_n/Fd=120个数,共42+2/3个码元。
% 将 x 进行串并转换后分为两个正交信号 I 、Q。
% 分
post_test_pi4dqpsk.m
m=150;
pi=3.14159;
n=10;
id=sqrt(-1);
numerr=0; %误码率
numerr1=0;
iteration_num=1;
for a=1:iteration_num
%---------------
p、pi、pid control files.m
%P、PI、PID三种控制策略
G=tf(10,[1 10 35 50 24]); %系统传递函数
[Kc,pp,wg,wp]=margin(G);Tc=2*pi/wg; %计算系统开环增益和剪切频率
[Gc1,Kp1]=ziegler(1,[Kc,Tc,10]);Gc1 %调用自定义ziegler函