-
newnethodotsu
一个新设计的OTSU算法,使用方法如下:% load clown
% subplot(221)
% imshow(X/max(X(:)))
% title( Original , FontWeight , bold )
% for n = 2:4
% Iseg = otsu(X,n)
% subplot(2,2,n), colormap(gray)
% imshow(Iseg)
% title([ n = int2str(n)], FontWeight , bold )
% end(OTSU design a new algorithm, using the method as follows: load clown subplot (221) imshow (X/max (X (:))) title (Original, FontWeight, bold) for n = 2:4 Iseg = otsu (X, n) subplot (2,2, n), colormap (gray) imshow (Iseg) title ([n = int2str (n)], FontWeight, bold) end)
- 2007-11-14 12:45:49下载
- 积分:1
-
ode23tx
Clever B.Moler 博士的经典著作《Mumerical Computing with MATLAB》介绍的一个ode23简化版ode23tx算法思想及其程序代码。(Clever B.Moler Dr. classics " Mumerical Computing with MATLAB" describes a simplified version of ode23tx ode23 algorithm ideas and program code.)
- 2013-09-15 15:54:36下载
- 积分:1
-
exemplo_VIII_1
exemplo metodo desacoplado
- 2013-12-12 09:33:58下载
- 积分:1
-
554458566Labview
Matlab 的LabView如何同自己的设备仪器相连接,通讯以及控制的视频。非常详细的步骤教你如何建立各种设备的通讯驱动。原来LABVIEW能有这么好的功能。(This is the video to teach you how to create communication between your Labview and your instruments and control them.Very advanced steps to show you how the communication drive works under Matlab environment.)
- 2010-11-28 06:23:11下载
- 积分:1
-
yx068
用MATLAB编写的遗传算法路径规划,窗函数法设计一个数字带通FIR滤波器,一种噪声辅助数据分析方法。( Genetic algorithms using MATLAB path planning, A window function design FIR digital band-pass filter, A noise auxiliary data analysis method.)
- 2017-04-14 18:39:00下载
- 积分:1
-
MATLAB1
测试MATLAB系统中,数组和循环的执行效率文件。(MATLAB test system, the efficiency of the array and loop files.)
- 2010-12-09 22:50:17下载
- 积分:1
-
通信中位同步的gardner算法的matlab仿真
通信中位同步的gardner算法的matlab仿真(Communications Synchronization gardner of the Matlab simulation algorithm)
- 2021-01-21 13:58:42下载
- 积分:1
-
输入地震数据 此函数返回在Radon 域中的数据
。输入地震数据(剥去文件头、剥去道头, 按道序排列的数据矩阵, 每
一列为一道的数据)。此函数返回在Radon 域中的数据。(. Input seismic data (stripped header, stripped road head, arranged in order by channel data matrix, each as a data). This function returns the data in the Radon domain.)
- 2014-04-12 15:54:19下载
- 积分:1
-
fseries
MATLAB和maple语言均未直接提供求解fourier级数的系数的直接函数,自己动手丰衣足食,下面提供了一个代码,大家可以参照下
(MATLAB language, and maple were not directly solve the fourier series coefficients of the direct function, it-yourself ample food and clothing, the following provides a code, we can refer to the next)
- 2009-11-03 20:45:15下载
- 积分:1
-
OFDM_Rayleigh
3 MATLAB functions for simulation of OFDM signal in Rayleigh fading channel. Including models for OFDM frame generating, cyclic prefix, pramble, as well as model for Rayleigh channel, QAM modulation function and a example of test process.
- 2009-04-26 23:37:49下载
- 积分:1