-
mat2.2
在[0 2π]范围内绘制以Y轴为对数的二维曲线图, y=|1000sin(4x)|+1(describe )
- 2010-10-25 21:29:25下载
- 积分:1
-
Fast_Global_Minimization_Active_Contour
Author: Xavier Bresson (% Last version: Aug 3, 2008
% For more information: X. Bresson and T.F. Chan, "Fast Minimization of the Vectorial Total Variation Norm and Applications to Color Image
Processing", CAM Report 07-25(Author: Xavier Bresson ( Last version: Aug 3, 2008 For more information: X. Bresson and TF Chan, Fast Minimization of the Vectorial Total Variation Norm and Applications to Color ImageProcessing , CAM Report 07-25)
- 2007-11-14 22:49:05下载
- 积分:1
-
lms
自适应最小均方lms算法,用matlab的m文件(Adaptive recursive least squares lms algorithm)
- 2009-05-22 00:07:18下载
- 积分:1
-
orgincode.rar
实现MATLAB控制生成EXCEL XLS数据文件(Generation Excel XLS data files)
- 2007-03-09 17:20:26下载
- 积分:1
-
MATLAB
介绍关于MATLAB的基础知识,运算法则,函数等等.(About the MATLAB basics, algorithms, functions, and so on.)
- 2013-04-01 20:33:21下载
- 积分:1
-
060913225944
这是一个医学图像处理和传输的标准。在matlab中提供了读写DICOM文件数据的支持 (This is a medical image processing and transmission standards. Provided in the matlab file data read and write DICOM support)
- 2008-04-26 07:16:18下载
- 积分:1
-
VENSFD
元胞自动机模型,是用matlab编程,花了很多时间(Cellular automata model is used matlab programming, spend a lot of time)
- 2014-02-07 21:27:45下载
- 积分:1
-
UniTire_CePian_ZongHua
在Matlab/Simulink中对UniTire统一轮胎模型建模,仿真分析纵滑与侧偏的联合工况(In Matlab/Simulink modeling in unified tire UniTire, simulation analysis of longitudinal slip and yaw joint working conditions)
- 2021-04-10 22:28:58下载
- 积分:1
-
AssignmentSubmission
The aim of the assignment is to understand the concept of the image enhancement stage We need to know the technique to improve the image or better input for the image processing technique as in the assignment. In the first part of the assignment is the segmentation using thresholding technique.
Before we threshold the image, we need to prepare the better image for input such as histogram equalization to stretch the intensity value of the image before converting to binary image. In the second part of the assignment is about frequency domain. We need to transform the spatial image to frequency image using Fourier transform of the image before using the filter.
- 2011-01-04 22:36:49下载
- 积分:1
-
gold-sequence
m序列产生子函数
gold序列产生子函数
自相关函数和互相关函数计算子函数
调用子函数[s,k,pn]=m(c,b0)产生第二条m序列(function [Rm]=Rm(golda,goldb) 自相关函数和互相关函数计算子函数
N=11
n=2^N-1
Rm(1)=sum(golda.*goldb)/n
for k=1:n-1
Rm(k+1)=sum(golda.*circshift(goldb,[0,k]))/n
end
Rm )
- 2011-04-30 17:53:27下载
- 积分:1