-
matlab
说明: 一些数值计算用的MATLAB代码,适合初学MATLAB和数字计算的人使用,根据MATLAB的矩阵思想编写,对初学者更好的把握MATLAB编程思想很有用(Some numerical calculation using MATLAB code, suitable for novice MATLAB and digital computing use, according to the ideological preparation of MATLAB matrix, for beginners to grasp a better MATLAB programming ideas useful)
- 2008-09-18 22:40:29下载
- 积分:1
-
wmk_2d
说明: 在二维 RGB 图像中嵌入水印,其中图像的大小和水印图像的大小可以不一致(2D RGB images embedded watermark, which images the size and the size of the watermark image can be inconsistent)
- 2006-05-16 18:08:10下载
- 积分:1
-
filter
对一幅数字图像采用理想低通、Butterworth低通 、Gaussian低通滤波器进行平滑;对一幅数字图像采用理想高通、Butterworth高通 、Gaussian高通滤波器进行平滑。
(The ideal of a digital image using low pass, Butterworth low-pass, Gaussian smoothing low pass filter on a digital image using the ideal high-pass, Butterworth high-pass, Gaussian high-pass filter smoothing.
)
- 2011-06-10 17:33:40下载
- 积分:1
-
master
arduino用于控制ENCJ28芯片的库与文件(
arduino ENCJ28 chip used to control and document library)
- 2014-01-10 22:44:58下载
- 积分:1
-
getFFT_power
获取FFT处理后信号的能量,通过matlab编程实现。(FFT signal processing to obtain energy through matlab programming.)
- 2014-04-16 18:57:57下载
- 积分:1
-
vad
说明: 基于短时能量和过零率的语音端点检测 只能实现单个词的语音端点检测(Based on short-term energy and zero crossing rate of voice activity detection)
- 2010-04-26 01:28:46下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
basicStruct
Sample use of scruct (C program)
- 2014-09-05 14:49:30下载
- 积分:1
-
MatlabFinancial-E-toolbox
牛津大学金融工程Matlab综合计算工具包(包括garch)(Financial engineering Matlab toolbox from Oxford university )
- 2012-08-23 02:18:30下载
- 积分:1
-
matlablearning
这是一个非常好用的MATLAB学习资料,对初学者有很大的帮助(This is a very easy to use MATLAB learning materials, a great help for beginners)
- 2014-11-19 10:45:15下载
- 积分:1