-
MATLAB
说明: 精通Matlab综合辅导与指南.其中有一些程序。适合于自学。(Proficient in Matlab comprehensive counseling and guidance. Some of these programs. Suitable for self-study.)
- 2009-08-27 15:53:16下载
- 积分:1
-
svpmw_motor_control0602
交流永磁同步电机矢量控制模型,仿真效果好,可供学习电机的同行参考。(AC permanent magnet synchronous motor vector control model, simulation results, and for learning motor peer reference.)
- 2013-09-07 10:25:42下载
- 积分:1
-
HookeJeeve
最优化技术方法及MATLAB的实现,HookeJeeve.m(HookeJeeve.m)
- 2010-07-23 16:35:30下载
- 积分:1
-
local_histeq
local histogram maching
- 2010-12-16 23:55:18下载
- 积分:1
-
LDPCcodenintroduction
有关可变码长的LDPC编码电路的设计与实现和一些相关的英文资料以及文献(LDPC)
- 2010-05-22 14:10:36下载
- 积分:1
-
matlaB
matlaB通信工程书籍配套演示源代码,第五版()
- 2012-11-24 21:31:55下载
- 积分:1
-
uwb使用bpsk调制解调的发送和接收 UWB_BPSK_transreceiver
MATLAB仿真uwb使用bpsk调制解调的发送(TX)和接收(RX)(MATLAB uwb bpsk use of modulation and demodulation of this (TX) and receive (RX))
- 2007-04-22 01:42:05下载
- 积分:1
-
DCT_NN
Matlab coding for Image compression and decompression usning neural network back propagation techniques
- 2013-12-24 04:12:21下载
- 积分:1
-
001
因为MATLAB需要用到处理器的数学运算部分(MATLAB默认用的是INTEL的数学处理单元),故需要设置一下BLAS(Basic Linear Algebra Subroutines,就是"基础线性几何子程序"的意思)环境变量. 首先请确认你的MATLAB的文件夹中有如下文件:atlas_Athlon.dll(AMD系列的请用这个), atlas_P4.dll(P4的用这个),atlas_PIII.dll(P3的用这个),atlas_PII.dll(P2的用这个),这些是对应处理器的数值运算优化文件 }
先找到 $MATLAB7inwin32目录下的atlas_Athlon.dll(AMD系列CPU使用)和atlas_P4.dll(奔4用)文件,放到MCR目录中(随便),然后设置环境变量
变量名:BLAS_VERSION
变量值:D:MCRv70atlas_Athlon.dll(Because the MATLAB mathematical operations need to use some of the processor (MATLAB is used by default INTEL mathematical processing unit), so you need to set BLAS (Basic Linear Algebra Subroutines, is " based on linear geometry subroutine" means) environment variable. First make sure your MATLAB folder the following files: atlas_Athlon.dll (AMD series please use this), atlas_P4.dll (P4' s with this), atlas_PIII.dll (P3' s use this), atlas_PII.dll ( P2, use this), these are the values corresponding to processor operations to optimize file} first find $ MATLAB7 bin win32 directory atlas_Athlon.dll (AMD series CPU use) and atlas_P4.dll (Pentium 4 with) file, put MCR directory (random), and then set the environment variable variable name: BLAS_VERSION variable value: D: MCR v70 atlas_Athlon.dll)
- 2010-12-13 23:50:49下载
- 积分:1
-
hankel3
[自動控制] Routh-Hankel matrix數值計算工具,輸入System Function後,程式會計算Hankel singular values and vectors、Schmidt pairs等值。詳情請見英文描述。(<<singular values and vectors>>
[R_G,Sigma,U,V,Us,Vs]=HANKEL3(G) computes the Routh-Hankel matrix, the Hankel singular values and vectors, the Schmidt pairs of a given proper stable system G (created with either TF, ZPK, SS, or FRD).||
Output "R_G" is the Routh-Hankel matrix. ||
Output "Sigma" is a matrix whose elements on the diagonal are the Hankel singular values of the given system. ||
Output "U" is a matrix, the ith column of which is the left singular vector corresponding to the ith singular value. ||
Output "V" is a matrix, the ith column of which is the right singular vector corresponding to the ith singular value. ||
Output "Us" and "Vs" provides the Schmidt pairs. The ith elements of Us and Vs form the Schmidt pair corresponding the ith Hankel singular value. )
- 2009-06-01 15:00:39下载
- 积分:1