-
gfsd-lGoogleArchive
Mathworks公司文件交换不允许的。exe或。dll文件在提交包括在内。但有时一提交要求编制外部库。这次提交允许通过一个无缝的zip文件下载和安装的文件禁止通过谷歌网站托管。
默认情况下它会打开一个2MB的压缩文件,其中包含一个文件IDTF变成U3D文件(PDF格式制作的三维网格数字有用)转换器。
语法:
installGoogleArchive(downloadLocation,zip文件)(The Mathworks File Exchange does not allow .exe or .dll files to be included in submissions. But sometimes a submission requires compiled external libraries. This submission enables seamless downloading and installation of forbidden files through a zip file hosted through Google Sites.
By default it will unpack a 2MB zip file containing a converter for turning IDTF files into U3D files (useful for making 3D pdf figures from meshes).
Syntax:
installGoogleArchive(downloadLocation, zipFile))
- 2011-05-23 12:38:16下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
matlab_mincut-v4.0
matlab 优化的grapcut程序,运算速度快,能达到40ms(matlab optimazation program, run verry quickly and can run in 40ms)
- 2013-05-08 15:28:47下载
- 积分:1
-
dspsk_MOD
多用户检测算法直接序列扩频码
调制部分(multiuser detesion)
- 2009-03-31 16:55:18下载
- 积分:1
-
wig
squirel cage induction generator with wind turbine
- 2009-12-01 19:41:30下载
- 积分:1
-
TUXIANGZHONGZHI
图像均值和中值滤波,利用matlab软件编写,里面有代码说明,程序运行结果(Mean and median filtering image using matlab software development, which has the code description, the program runs results)
- 2013-12-13 10:07:58下载
- 积分:1
-
matlab-optimization-algorithms
Matlab 最优化算法程序以及算例
包含各类最优化求解算法的m文件(matlab optimization algorithms
programs and examples)
- 2015-03-18 21:48:35下载
- 积分:1
-
GLRect
radar grid c codes file
- 2010-12-05 05:18:36下载
- 积分:1
-
grating
本帖调用自编函数(grating)绘制光栅条纹图像,通过例子讲解水平、竖直、环状和辐射状光栅条纹图像的绘制,用黑白和彩色显示效果给大家视觉上的震撼。调用自编函数时,可以通过成对出现的参数控制条纹的方向、颜色、周期、相位角等。(This post calls self-function (grating) draw grating image, by way of example to explain the horizontal, vertical, circular and radial grating image rendering, with monochrome and color display give you visual shock. Self function call, the parameters can be controlled by pairs stripe orientation, color, period, phase angle.)
- 2013-11-17 16:54:31下载
- 积分:1
-
gvf
Gradient vector flow active contour
- 2011-12-04 18:08:54下载
- 积分:1