代码搜索:Array Signal Processing

找到约 10,000 项符合「Array Signal Processing」的源代码

代码结果 10,000
www.eeworm.com/read/150198/12307206

fig test1_signal.fig

www.eeworm.com/read/234131/14121171

bak signal_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, 0x0 Options 1,0,0 /
www.eeworm.com/read/128880/14273645

c signal_rt_intr.c

/* include signal_rt_intr */ #include "unpipc.h" Sigfunc_rt * signal_rt_intr(int signo, Sigfunc_rt *func) { struct sigaction act, oact; act.sa_sigaction = func; sigemptyset(&act.sa_mask); act.sa
www.eeworm.com/read/127730/14338725

c asyn_io_signal.c

/* aioExSig.c - example code for using signals with asynchronous I/O */ /* includes */ #include "vxWorks.h" #include "aio.h" #include "errno.h" /* defines */ #define BUFFER_SIZE 200 #define
www.eeworm.com/read/223685/14619367

txt pthread_cond_signal.txt

-------------------------------------------------------------------------------- AIX Version 4.3 Base Operating System and Extensions Technical Reference, Volume
www.eeworm.com/read/215714/15051598

m ofdm_signal(2).m

% Faculty of Engineering, University of Fukui. 2003/11/11 % coded by Sokthai Chan (sokthai@msn.com) % OFDM signal and its spectrum ( Guard Interval insertion ) % % 本例没有做解调等仿真差错概率的工作,仅仅构建了时域的OFDM符
www.eeworm.com/read/210393/15199615

m ofdm_signal_generator.m

function OFDM_signal_generator(M,N) S0=floor(2*rand(N,M)); %产生M行N列个0,1随机数 s=QAM(S0); %进行星座映射 for k=0:Np-1 %加入导频1 s(k*N/Np+1,:) = 1; end x=ifft(s)*sqrt(N
www.eeworm.com/read/205457/15315142

p img2signal.p