-
GetData
使用MATLAB编写的数据截取工具,跟随光标点击即可截取,方便使用。(Interception of data prepared using MATLAB. Follow the cursor and click to intercept. A user friendly tool.)
- 2010-01-24 21:39:12下载
- 积分:1
-
cm_bpske
这是一个BPSK仿真程序,可以在给定信道信噪比下计算BPSK系统的差错概率。(BPSK This is a simulation program that can be given Channel SNR calculation BPSK system error probability.)
- 2005-06-28 09:35:27下载
- 积分:1
-
nnsysid
说明: 这个代码是关于神经网络的matlab代码,我觉得效果不错。(This code is on the neural network matlab code, I think good results.)
- 2010-04-05 08:49:59下载
- 积分:1
-
winner
scm信道模型及其扩展模型,对SCM信道模型实现的信道特性进行了全面的仿真与分析。
(failed to translate)
- 2010-05-25 10:49:38下载
- 积分:1
-
nlms
matlab NLMS 编程,代码用于可适应滤波器的回声消除功能(Adaptive filters for echo cancellation)
- 2010-01-08 06:09:57下载
- 积分:1
-
1
说明: matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
Helmholtz
对helmholtz方程的matlab编程 (helmholtz)
- 2010-08-02 11:41:51下载
- 积分:1
-
xuanzexinghuatu
一个matlabGUI,可以对mat文件中的多个信号进行线性分析(最多三个)(A matlabGUI, can document a number of mat-signal linear analysis (a maximum of three))
- 2009-03-19 20:08:37下载
- 积分:1
-
pcass
This is an efficient implementation of PCA, which use smaller dimension of the data matrix to compute the eigenvectors
- 2010-10-11 07:09:45下载
- 积分:1
-
Multirate
说明: Multirate滤波器设计。模拟带通信号频率范围1KHz—1.1KHz,设计一个采样频率8KHz数字频谱分析系统,要求频率分辨率0.1Hz。(Multirate filter design. Analog bandpass signal frequency range 1KHz-1.1KHz, design a sampling frequency of 8KHz digital spectrum analysis system, required frequency resolution of 0.1Hz.)
- 2010-04-05 10:23:20下载
- 积分:1