-
Arnold
数字水印预处理Arnold置乱程序。在水印的嵌入与提取中用来置乱图像。(Digital Watermarking Arnold scrambling pretreatment procedures. In the watermark embedding and extraction of images used to scrambling.)
- 2009-05-18 09:52:08下载
- 积分:1
-
3
说明: 是关于通信仿真的几个程序,里面有调幅、调频等的仿真程序代码!(Communications simulation on several procedures, which has AM, FM, such as the simulation program code!)
- 2008-07-08 15:36:17下载
- 积分:1
-
LargestLyapunov_Rosenstein
说明: 这是求一个最大Lyapunov指数(largest Lyapunov exponent)的matlab预案程序代码。(This is for one of the largest Lyapunov index (largest Lyapunov exponent) of the plan matlab program code.)
- 2008-09-04 17:36:30下载
- 积分:1
-
fenxing
说明: 分形计算,给出了分形计算的源代码matlab程序,可以迅速帮助大家进行分形的分析与计算,参数容易设置。
(Fractal calculation, given the fractal calculation of the source code matlab procedures, can quickly help you to carry out the fractal analysis and calculation, easy to set up parameters.)
- 2008-09-20 18:35:24下载
- 积分:1
-
noisetracking
包含M文件,培训和跟踪落实的噪音中描述的算法:
[1] J.S.厄克伦斯和R. Heusdens,“非平稳噪声跟踪基于数据驱动的递归噪声功率的估计”,IEEE期刊。音频,语音卷。 16,第6页。1112年至1123年,2008年8月。
见Description.doc在zip文件。(Contains m-files to train and implement the noise tracking algorithm described in:
[1] J.S. Erkelens and R. Heusdens, "Tracking of nonstationary noise based on data-driven recursive noise power estimation", IEEE Trans. Audio, Speech & Lang. Proc., Vol. 16, No. 6, pp. 1112-1123, August 2008.
See Description.doc in the zip-file.
)
- 2010-05-20 22:18:56下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
spectrum-matlab
功率谱密度相关方法的MATLAB实现代码,包含基础讲解和算例代码(Power spectral density related methods of MATLAB code, including basic explanation and example code)
- 2013-11-11 18:22:02下载
- 积分:1
-
fdtd_2d_tm_DiffEq_2
FDTD算法模拟二维TM波的传输问题,代码很简洁美观,试用于初学者(Transmission problems FDTD method simulation of 2D TM waves, the code is very simple and beautiful, the trial for beginners)
- 2016-04-06 15:31:19下载
- 积分:1
-
inpainting-denoisin
MATLAB® is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numeric computation. Using the MATLAB product, you can solve technical computing problems faster than with traditional programming languages, such as C, C++, and Fortran.
You can use MATLAB in a wide range of applications, including signal and image processing, communications, control design, test and measurement, financial modeling and analysis, and computational biology. Add-on toolboxes (collections of special-purpose MATLAB functions, available separately) extend the MATLAB environment to solve particular classes of problems in these application areas.
MATLAB provides a number of features for documenting and sharing your work. You can integrate your MATLAB code with other languages and applications, and distribute your MATLAB algorithms and applications.
- 2011-08-14 19:32:37下载
- 积分:1
-
IMC
应用内模控制算法,个人认为图像很好,可以参考或学习。(Internal model control algorithm, personally think that the image is very good, you can refer to or learn.)
- 2020-07-03 04:40:01下载
- 积分:1