-
fastica
fastica定点独立分量分析方法非线性函数选择tanh(a1y)(fastica fixed-point independent component analysis of nonlinear function selection tanh (a1y))
- 2010-05-21 22:18:54下载
- 积分:1
-
PRMLT-master
PRML书本代码,PRML是一本机器学习经典教材,这里给出这本教材相应的代码。(Pattern recognition has its origins in engineering, whereas machine learning grew
out of computer science. )
- 2016-07-06 12:55:42下载
- 积分:1
-
kpls
一个简单的pls程序吧,大家伙儿帮忙用用看看。(A simple procedure you pls, help with using伙儿everyone to see.)
- 2008-04-01 15:14:52下载
- 积分:1
-
matlab神经网络43个案例源代码
说明: 基于MATLAB实现的43个经典神经网络源代码,包括遗传算法、BP神经网络、RBF神经网络等。(Based on MATLAB to achieve 43 classic neural network source code, including genetic algorithm, BP neural network, RBF neural network.)
- 2021-04-09 08:08:52下载
- 积分:1
-
ahb_master_monitor
AHB master monitor for verification
- 2015-04-03 19:38:06下载
- 积分:1
-
MATLAB
一本很不错的matlab基础教程,详细的介绍了matlab的基础知识以及进阶内容(a perfect matlab book)
- 2015-04-07 09:00:31下载
- 积分:1
-
music(doa)
doa估计经典music 算法
构造简单入射信号,利用7天线阵接收信号,进行波达方向估计.(doa estimated classical music used to construct simple incident signals, using seven antenna reception of signals for DOA estimated.)
- 2006-10-31 15:41:52下载
- 积分:1
-
ezt1t1al
粒子群算法源程序,包括MOPSO,FMOPSO(Particle swarm algorithm source code, including MOPSO, FMOPSO)
- 2012-05-29 16:52:23下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
RANSAC-Toolbox-master
RANSAC算法,根据一组包含异常数据的样本数据集,计算出数据的数学模型参数,得到有效样本数据的算法。在其他地方下到的。(RANSAC algorithm, according to a group containing an abnormal data set of sample data, calculate the parameters of the mathematical model of the data, the effective sample data algorithm. Down to elsewhere.)
- 2013-04-14 18:38:47下载
- 积分:1