代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/489948/6464654
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,1, 0x0
Options 1,0,0 // Ta
www.eeworm.com/read/488622/6482910
m ieaou_error_signal.m
news = fopen('ieaou.pcm' ,'rb');
x = fread(news , 'short')/2^15;
fclose(news);
LENGTH=320 ; % length of x[n]
fs=8000; % samp
www.eeworm.com/read/488023/6503714
pdf design of small signal.pdf
www.eeworm.com/read/485265/6556940
m get_rx_signal.m
%
%
%
function [pkts, rx_sig] = get_rx_signal(start_sample,...
stop_sample,pkts,packet_len,users,ep,symbol_start,TC,FS_CONT,...
channel_p,DATA_LENGTH,RSCODE,L,...
PACKET_LENGTH,BURST_LENGTH,SYMBOL_LEN
www.eeworm.com/read/485265/6556953
m get_preamble_signal.m
% Return preamble_signal: upsampled, pulse shaped and channel filtered version of
% tx_signal,
%
% ch_len: length of channel impulse response in samples
% tx_signal: the transmitted signal
% TC: lengt
www.eeworm.com/read/485265/6556965
m get_data_signal.m
%
%
%
function [rx_data, burst_start] ...
= get_data_signal(PACKET_LENGTH, ...
samples_per_burst, samples_per_symbol, burstlength, ...
burst,ths,symbol
www.eeworm.com/read/485265/6556968
m init_data_signal.m
% Return data_signal: upsampled, pulse shaped and channel filtered
% version of the data bit
%
function [burst, compound_channel, Lb] ...
= init_data_signal(FS_CONT, PACKET_LENGTH, ...
www.eeworm.com/read/265024/11285692
pdf signal_doppler_radar.pdf
www.eeworm.com/read/263674/11348408
c rt_signal_test.c
/*
Function: RT Queueing signal demonstration
Sam Siewert 7/8/97
*/
#include "stdio.h"
#include "stdlib.h"
#include "errnoLib.h"
#include "signal.h"
#define NUMSIGS 10
#define TSIGRTMIN