-
matlab
这是自己编写的关于OMP的matlab程序,欢迎借鉴,谢谢(This is a matlab program, I have written about the OMP welcome to learn from, thank you)
- 2012-06-13 12:22:03下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1
-
basic
matlab中许许多多的基础图像处理方法,最适合初学者使用,希望采纳哦(matlab image processing method in the base of many of the most suitable for beginners to use, hope to adopt oh)
- 2015-03-18 14:51:43下载
- 积分:1
-
LMS321
LMS算法仿真,通过matlab仿真LMS算法的收敛速度(lms)
- 2010-05-28 09:58:31下载
- 积分:1
-
knn-code
给定一个样本集exset,样本数为M,每个样本点是N维向量,对于给定目标点d,d也为N维向量,要从exset中找出与d距离最近的k个点(k<=N)(knn code c++)
- 2012-04-13 11:34:28下载
- 积分:1
-
MATLAB7.0vc++andmatlabprogram
《精通matlab7.0混合编程》的例子程序,其中涉及MATLAB程序和VC++程序,其中大部分为改书所附光盘。()
- 2007-08-12 19:15:56下载
- 积分:1
-
matlab7dll
vc与matlab7的混编,采用的混编方式是通过shared(vc matlab7 with the mixing of the way through the air shared)
- 2005-05-01 23:58:30下载
- 积分:1
-
rcs
实现两个确定平面夹角的最佳衍射的角度确定(Determination of the optimum diffraction angle for two angles of plane determination)
- 2017-10-16 12:08:32下载
- 积分:1
-
STFT
用于MATLAB产生短时傅里叶变换的函数(USED TO GENERATE THE STFT NUM)
- 2014-06-19 17:28:38下载
- 积分:1
-
sushu
素数的判定,miller-rabin,sol-str,leman,fermat等。都可以运行,下完自后自己稍微改改就可以用。(Primes judgment, miller-rabin, sol-str, leman, fermat so on. Can run is finished after their own little changed since it can be used.)
- 2013-07-25 19:21:17下载
- 积分:1