代码搜索结果

找到约 10,000 项符合 Raspberry Pi 的代码

pi4qpsk.m

function y=pi4QPSK(N) %pi/4QPSK调制 %参数说明: % y 生成Pi/4QPSK行向量 % N 码元个数 M=4; x=randint(N,1,M)';%生成N*1列生成码元矩阵 x=rectpulse(x,4);%矩形滤波 theta=pi/4; y=zeros(1,4*N); y(1)=exp(j*(theta+x(1)

pi4qpsk.m

function y=pi4QPSK(N) %pi/4QPSK调制 %参数说明: % y 生成Pi/4QPSK行向量 % N 码元个数 M=4; x=randint(N,1,M)';%生成N*1列生成码元矩阵 x=rectpulse(x,4);%矩形滤波 theta=pi/4; y=zeros(1,4*N); y(1)=exp(j*(theta+x(1)

fuzzy_pi_vec.asm

.include "lf2407_regs.h" ;引用头部文件 ;建立中断向量表 .sect ".vectors" ;定义主向量段 Reset_VEC B _cy_begin ;PM 0 Reset Vector 1 INT1 B GISR1 ;PM 2 Int level 1 4 INT2 B PHANT

闭环pi打印版.cpp

/*****************************/ /* 主程序 */ /*****************************/ #include #include #include "ApiEx.h" #pragma comment(lib,"ApiEx.lib") void su

fuzzy_pi_vec.asm

.include "lf2407_regs.h" ;引用头部文件 ;建立中断向量表 .sect ".vectors" ;定义主向量段 Reset_VEC B _cy_begin ;PM 0 Reset Vector 1 INT1 B GISR1 ;PM 2 Int level 1 4 INT2 B PHANT

mga_pi4.h

int detect_pi4(); void help_pi4();

mga_pi3.c

/* (c) HelDoRe Pic Softimage unit ... v0.0.2 24 bpp 24 bpp RLE mixed */ #define VERPI3 " unit v0.0.2" #include #include "../mga_view.h" void help_pi3() { printf("P

mga_pi4.c

/* (c) HelDoRe PICTOR unit ... v0.0.2 */ #define VERPI4 " unit v0.0.2" #include #include "../mga_view.h" void help_pi4() { printf("PIC%s\n + 8 bpp\n",VERPI4); } int detect