-
matlabprogram
说明: 里面有近百个MATLAB的小程序,可供初学者参考,转自其他论坛,非本人原创(There are close to a hundred small MATLAB program for beginners and reference, carried in other forums, non-my original)
- 2008-11-13 13:18:12下载
- 积分:1
-
OFDM
说明: ofdm仿真的入门代码,对初学者来说很有用的(entry-OFDM simulation code, for example very useful for beginners)
- 2008-11-29 19:24:21下载
- 积分:1
-
Fitting--interpolation
拟合、插值、遗传算法、微粒群算法实例讲解,matlab(Fitting, interpolation, genetic algorithms, particle swarm optimization examples to explain)
- 2012-03-29 09:39:01下载
- 积分:1
-
GeneralSpline
这是simplied版的BBO程序,便于分析BBO算法(This is the the simplied edition BBO program to facilitate the analysis of BBO algorithm)
- 2012-11-25 23:00:12下载
- 积分:1
-
SF_Runge
数值实验中基于matlab的龙格算法(Numerical experiments of Runge matlab-based algorithm)
- 2007-12-05 17:18:18下载
- 积分: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
-
ARInterpolation
AR_interpolation for interpolate the images, which is recoganized as the best one
- 2010-07-14 16:31:16下载
- 积分:1
-
esintp
An edge guided image interpolation algorithm via directional filtering and data fusion
- 2021-04-13 16:58:56下载
- 积分:1
-
ght
这是一个自己写的广义霍夫变换提取不规则不提边缘的方法,希望大家喜欢(This is a generalized Hough transform to write their own not to mention irregular edge extraction method, hope you like)
- 2011-04-19 19:34:42下载
- 积分:1
-
myLMS
该算法为最小均方误差滤波,对输入信号进行滤波,输出滤波后的波形和误差(The least squares algorithm, the input signal is filtered, and the filtered output waveform error)
- 2013-12-12 23:08:38下载
- 积分:1