-
jangbun
包含优化类的几个简单示例程序,代码里有很完整的注释和解释,这是第二能量熵的matlab代码。( Optimization class contains several simple sample programs, Code, there are very complete notes and explanations This is the second energy entropy matlab code.)
- 2017-04-10 15:57:52下载
- 积分:1
-
matlab有限元分析与应用(书及源程序)
matlab有限元分析与应用,包含了一些电子教程,以及有限元源代码,(Matlab finite element analysis and application, including some e-book tutorials and source code)
- 2017-10-23 21:08:08下载
- 积分:1
-
arbitary_traj_penalty
it is genetic algorithm code to solve constrained optimisation problem.
- 2011-11-29 13:07:21下载
- 积分:1
-
Paper2
An Efficient Feature Extraction Algorithm for
the Recognition of Handwritten Arabic Digits
- 2009-02-09 02:55:14下载
- 积分: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
-
qtlmap
一个用于半同胞家系群体的QTL定位程序,希望能给大家提供点帮助。(the program can be used for sib-population QTL mapping)
- 2010-08-11 00:15:51下载
- 积分:1
-
IEEE802.11b_example
一个IEEE802.11b的实用例程,供大家参考。以5.5Mbps 为例。(5.5 Mbps CCK Simulation using specs from IEEE 802.11b, No guarantees and warantees!)
- 2010-05-31 11:33:35下载
- 积分:1
-
radar-mainei-tezhengtiqu
雷达脉冲内调制特征的提取技术,用于雷达特征分析与信号分选。这是matlab程序。(Within the radar pulse modulation feature extraction technique for radar signature analysis and signal separation. This is a matlab program.)
- 2013-10-28 18:48:21下载
- 积分:1
-
OptionalDataException
Optional Data Exception extends Object Stream Exception Source Code for Andriod.
- 2013-12-16 11:05:45下载
- 积分:1
-
ssim_index
to calculate the structural index
- 2011-11-17 13:48:20下载
- 积分:1