-
PerceptronMinimosQuadrados
Perceptron implementation with rules of Least Square on the classifier loop, highly comented in portuguese. Very useful!!
- 2014-10-18 01:43:32下载
- 积分: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
-
m4
说明: MATLAB code on pontriangin s maximum principle to minimise the TPBVP control trejectory
- 2013-11-20 00:37:29下载
- 积分:1
-
matlabbiancheng
过这个程序,可以更加深入的了解FIR滤波是如何实现的。用AVR单片机 ATMEGA16L实现32阶FIR低通滤波器设计,低通截止频率为200HZ。原始信号经过AD采集后进行FIR运算,处理好的数据通过串口输出。(About this program, a more in-depth understanding of the FIR filter is how to achieve. The 32-order FIR low-pass filter design, low-pass cut-off frequency AVR microcontroller ATMEGA16L 200HZ. The original signal after AD collection, the FIR computation, the output of the processed data through the serial port.)
- 2012-11-21 20:00:37下载
- 积分:1
-
linspecer
Matlab 画图、线条颜色设置,颜色好看,推荐使用(color map change)
- 2016-03-03 14:21:22下载
- 积分:1
-
psmf1
coding for progressive switching median filter
- 2010-03-08 18:05:54下载
- 积分:1
-
mimo-imaging-design
MIMO雷达成像设计MIMO雷达成像设计MIMO雷达成像设计(MIMO imaging design)
- 2015-05-24 14:03:41下载
- 积分:1
-
SDEA
超效率数据包络分析模型源代码,可以用来直接进行超效率DEA的求解。只需要对代码中的输入输出矩阵直接进行替换带入便可。(can be used to soulve super-efficient DEA model,what you just need to do is changing the input and output in the model by you data.)
- 2016-04-01 21:15:47下载
- 积分:1
-
matlab111
matlab详细手册, matlab详细手册, matlab详细手册,matlab详细手册()
- 2007-09-07 19:17:12下载
- 积分:1
-
GlobalOptimalBSS
运用全局最优算法进行的盲源分离的实现,可以多种情况进行盲源分离(BSS based on Global Optimal Algorithm
)
- 2020-10-04 20:07:39下载
- 积分:1