-
xiaobo_matlab
此示意程序用DWT实现二维小波变换
1.调原始图像矩阵load wbarb
2.进行二维小波分解l=wfilters( db10 , l )
3.分解结果显示figure(1) (This indicated procedures used to achieve two-dimensional wavelet transform DWT 1. Emphasized the original image matrix load wbarb 2. For two-dimensional wavelet decomposition l = wfilters (' db10' , ' l' ) 3. Decomposition results figure (1) )
- 2010-05-16 09:32:45下载
- 积分:1
-
HMMDemo
implementation of fisherfaces for matlab
- 2010-09-17 21:22:21下载
- 积分:1
-
fibonacci
说明: 优化理论与方法的斐波那契法的matlab程序(Optimization Theory and Methods Fibonacci law matlab program)
- 2008-11-03 18:04:27下载
- 积分:1
-
[3.4][3.8][3.14][3.22]
电子工业出版社 《数字信号处理》第2版课后题MATLAB 3-4 3-8 3-14 3-22题(Electronic Industry Press Digital Signal Processing 2nd edition title after title MATLAB 3-4 3-8 3-14 3-22)
- 2014-12-08 17:08:57下载
- 积分:1
-
Matlab1
matlab是重要的数值仿真软件,具有强大的数值图示能力,上传几本关于matlab的书籍,希望对大家有帮助。(matlab simulation software is an important value, the value of the icon with a strong ability to upload several books on matlab, I hope to help everyone.)
- 2011-11-28 20:14:45下载
- 积分:1
-
Game
基于复杂网络的囚徒困境博弈matlab源程序,基于方形格子或无标度网络。(Prisoner' s Dilemma game on complex networks matlab source, based on a square lattice or scale-free networks.)
- 2020-07-03 12:20:02下载
- 积分:1
-
function wpt
说明: 小波包分解与重构,实际应用很实用,matlab可以很好运行(Wavelet Packet Decomposition and Reconstruction)
- 2019-04-27 09:24:38下载
- 积分:1
-
TANTALUM
DXP sch. library for TANTALUM CAPACITOR
- 2010-09-21 01:23:49下载
- 积分:1
-
PAPER3
数字助听器中多通道响度补偿方法的研究.pdf(Multi-channel digital hearing aid loudness compensation method. Pdf)
- 2013-10-07 15:05:23下载
- 积分:1
-
Archive
4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为:
realpart+imaginarypart*i
用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。
(1)两个复数相加;
(2)两个复数相减
(3)用(a, b)的形式打印复数,其中a为实部,b为虚部。
(4) Create a class called Complex, and perform complex arithmetic operations. Plural form: realpart+imaginarypart* i said private data class with floating point variables. Provide a constructor, the object can be declared for the class is initialized. In the case do not provide initialization values, the constructor should contain default values. For the following functions, which provide a public member function. (A) two complex numbers (2) the subtraction of two complex (3) (a, b) in the form of plural printing, where a is the real part, b is the imaginary part.)
- 2013-12-18 15:14:46下载
- 积分:1