-
jpegtool
jpeg的matlab代码 (jpeg of the matlab code)
- 2008-05-15 14:51:44下载
- 积分:1
-
overloading-code
its the matlab code for cdma overloading
- 2011-01-20 17:13:26下载
- 积分:1
-
matlabyuyinbianpin
基于Matlab-GUI界面的语音信号变频系统的实现(Matlab-GUI interface based on speech signal frequency System)
- 2010-05-12 17:06:31下载
- 积分: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
-
testcodelftqnt
毕业设计时编写的MATLAB程序,实现的lCGuTi特征提取,并做在不同光照、不同视角下的特征匹配,最优guLZQyD差值计算方法,有应用matlab进行编程的源代码.m文件,以及运行需要的图象文件
(Upon graduation design written MATLAB program to achieve the lCGuTi image feature extraction, and do feature different light, different perspectives match under optimal guLZQyD difference calculation method, there are application programming source code matlab .m files and run picture file required.
)
- 2015-12-30 19:31:20下载
- 积分:1
-
tbl_reader
说明: Signaltap的TBL文件的读写程序,方便用户使用matlab对signaltap的数据进行分析(Signaltap TBL file reading program, user can analyze signaltap data through this program )
- 2010-04-27 17:10:15下载
- 积分:1
-
MATLBB-ppt080825
一本关于MATLAB的教程,简单易学,需要的下载(a book for learning matlab)
- 2012-03-31 11:27:52下载
- 积分:1
-
observe
视频采集 matlab仿真 这个程序可以参考参考 个人觉得不错(Video capture)
- 2012-05-11 08:21:16下载
- 积分:1
-
bimodalsimulation
DLS动态光散射测量颗粒粒径分布的算法模拟(dynamic light scattering inversion )
- 2021-04-12 20:08:57下载
- 积分:1
-
CannyBoundTest
1.对原图像高斯平滑
2.对高斯平滑后的图像进行sobel边缘检测。这里需要求横的和竖的还有联合的,所以一共三个需要sobel边缘检测图像。
3.对联合的sobel检测图像进行非极大抑制
4.连接边缘点并进行滞后阈值处理。
(1. Gaussian smoothing the original image
2. Gaussian smoothed image was sobel edge detection. Here and there on request transverse vertical joint, so a total of three required sobel edge detection image.
3. sobel joint detection image greatly inhibit non-
4. Connect the edge point and hysteresis thresholding.)
- 2015-01-15 15:13:27下载
- 积分:1