-
55
说明: 多小波实现程序 多小波实现程序(Multiwavelet Multiwavelet realize realize procedures procedures)
- 2008-07-22 12:45:43下载
- 积分:1
-
irbleigs
IRBLEIGS: Finds a few eigenvalues and eigenvectors of a Hermitian matrix.
IRBLEIGS will find a few eigenvalues and eigenvectors for either the standard eigenvalue problem A*x = lambda*x or the generalized eigenvalue problem A*x = lambda*M*x, where A is a sparse Hermitian matrix and the matrix M is positive definite.
- 2010-03-03 14:55:51下载
- 积分:1
-
TestFunction
说明: 一些用matlab编制的智能优化算法的的测试函数程序(Some prepared to use matlab Intelligent Optimization Algorithm function test procedures)
- 2008-11-12 13:09:16下载
- 积分:1
-
pinlv
matlab仿真中用s函数编写的信号频率测定程序(s function matlab simulation using test procedures prepared by the signal frequency)
- 2013-10-17 21:17:56下载
- 积分:1
-
work
说明: 模糊控制matlab,倒立摆,应该会有用(Fuzzy control matlab, inverted pendulum, should be used)
- 2008-10-19 10:56:19下载
- 积分:1
-
fre_Mvdr
水声声纳线阵频域自适应波束形成。波束自动适应线阵。是MALTLAB水声编程的重要学习方向。(Underwater acoustic sonar linear frequency domain adaptive beamforming.The beam automatically adapt to the linear array.Programming learning MATLAB underwater acoustic direction.)
- 2012-05-07 10:19:25下载
- 积分:1
-
emf
此程序是对无刷直流电机的反电势进行仿真的!(This program is a brushless DC motor to simulate the EMF!)
- 2011-11-29 19:58:13下载
- 积分:1
-
Linear_array_narrowband_MVDR
窄带波束形成,包括常规波束形成以及MVDR自适应波束形成,在单目标以及多目标情况下。(Narrowband beamforming, including conventional beamforming and MVDR adaptive beamforming, in the case of single-objective and multi-objective)
- 2015-03-26 18:56:59下载
- 积分:1
-
noise
Removing noise from an image in matlab
- 2010-11-27 20:31:28下载
- 积分:1
-
string-data-encryption
Data Encryption by Matrix Multiplication
We will only use numbers 0 to 26 for the encryptive mathematics operation. Numbers from 1 to 26 are for letters from A to Z and 0 is for all non-letter characters. To minimize usage of numbers, all letters are converted to upper case. The original message is converted to number array according to the ASCII table and minus 64. We partition whole array into blocks of 8 numbers. The last block may be added several zeros. Then multiply each block by the an 8x8 matrix A which is invertible in Z27 to get cipher data. The decryption is the same process except to use its inverse matrix B. For good visual reading, we convert all non-letter characters to under score for the decryption.
- 2012-06-24 02:58:53下载
- 积分:1