-
GVF
这是一个实现GVF(广义梯度矢量流算法)的matla代码,(This is a realization of GVF (generalized gradient vector flow algorithm) matla code,)
- 2009-12-14 23:40:12下载
- 积分:1
-
MFSKKKKKKK
MFSK Programs for minimum shift keying modulation and demodulation
- 2010-12-14 00:37:59下载
- 积分:1
-
matlab802-16
code matlab for ieee 802.16
- 2009-07-05 17:25:46下载
- 积分:1
-
xia_bo
说明: 一个利用小波神经网络进行预测的例子源码。(The use of a wavelet neural network to predict the example source code.)
- 2010-03-18 22:19:40下载
- 积分:1
-
MATLAB-Programming-for-Engineers
matlab的电子书籍,对初学者非常有用。书籍的内容涵盖比较详细(Matlab electronic books, very useful for beginners. The content of the book covers more detail)
- 2014-10-26 21:33:05下载
- 积分: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
-
artoolkit
artoolkit中文教程,包括开发原则,例子程序讲解,新建maker,多模板等几个部分(failed to translate)
- 2013-05-05 15:53:17下载
- 积分:1
-
ARmodel
说明: 包含AR信号建模的常用算法和数字滤波器格型参数和直接参数的转换,亲测好用!(AR signal modeling algorithm and conversion of lattice parameters and direct parameters of digital filter.)
- 2019-03-18 19:18:54下载
- 积分:1
-
Newmark_koohi
This m.file is intended to perform the numerical integration of a structural system subjected to an external dynamic excitation.
The integration scheme utilized for this alysis
is the newmark alpha-beta method.
- 2010-01-24 01:27:47下载
- 积分:1
-
induct-heating_full-bridge
文件包里面包含感应加热电源的simulink仿真文件,和一个matlab源文件用于追踪感应加热的谐振点。(Package which contains induction heating power supply simulink simulation files, and a matlab source files used to track the resonance point of induction heating.)
- 2021-04-21 14:58:49下载
- 积分:1