-
matlab-BPSK
matlab BPSK 调制与解调,BPSK 调制与解调(matlab BPSK modulation and demodulation, BPSK modulation and demodulation)
- 2010-06-15 11:48:21下载
- 积分:1
-
houghline
Hough line transformation
- 2010-08-22 01:33:08下载
- 积分:1
-
ml_tvpsv_code
matlab/tvp/sv/编程,还附有美国的一些数据。(matlab/tvp/sv.There are some data from the United States.)
- 2020-12-04 14:49:27下载
- 积分:1
-
1
已经两个离散序列,利用matlab对这两个序列做卷积(Has two discrete sequence, using matlab to do the convolution of these two sequences)
- 2013-05-17 11:02:35下载
- 积分:1
-
esp_iot_sdk_v1.5.0
esp8266 iot源码包含at指令和smartconfig demo(esp8266 iot_demo)
- 2016-04-25 16:58:05下载
- 积分:1
-
lqg
利用lqg进行飞机的闭环控制,包括反馈增益求取等。(by the use of lqg, we can find the close loop control of the aircraft.)
- 2013-12-24 15:35:26下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
AnintroductiontoHMMs
隐马尔科夫算法详细的介绍,英文版的,经典(Hidden Markov algorithm detailed introduction in English)
- 2010-09-15 16:23:51下载
- 积分:1
-
awgnchannelsimulation
掌握二进制信号传输的系统特征,针对awgn信道的通信系统仿真匹配滤波(相关滤波)的通信过程(Grasp the binary system of signal transmission characteristics of awgn channel for communication system simulation matched filter (correlation filtering) of the communication process)
- 2009-06-08 11:55:13下载
- 积分:1
-
PCA-SIFT
结合PCA的尺度不变特征变换(SIFT)算法源代码,可用于图像目标检测和识别。(combine PCA scale-invariant feature transformation (metabolism) algorithm source code, images can be used to target detection and identification.)
- 2007-06-20 16:40:48下载
- 积分:1