-
ga_demo
遗传算法matlab程序,很全面,很实用,欢迎下载。(geneticAlg matlab program)
- 2009-10-19 12:47:03下载
- 积分:1
-
Transformer_analysis
matlab simulation of transformer including: Short-circuit and RL Load Terminations, Open-Circuit Termination In-rush Current, Autotransformer Connection,Delta-Wye Transformer:Voltage and Current Ratios Zero-Sequence Current
- 2010-11-30 19:03:02下载
- 积分:1
-
coding-thorem
这是一本简明易学的编码理论方面的书籍,适合于通信电子或其他专业的人自学。(This is a condensed learn coding theory books, suitable for electronic communications or other professional person self-study.)
- 2013-08-11 17:46:47下载
- 积分:1
-
NarrowbandULA_DOA
实现窄带ULA DOA估计 包含music esprit算法及前向空间平滑和前后向空间平滑算法(It can realize the doa estimation of narrowband ULA ,including MUSIC ESPRIT and spatial smoothing methods)
- 2013-11-14 17:24:27下载
- 积分:1
-
SimulationofFuzzylogiccontrolbsaedDCmotor
Ind Simulation of Fuzzy logic controller bsaed DC motor .uainf mTL chck it
- 2013-11-28 22:08:16下载
- 积分:1
-
Grey
灰色关联度分析,只需要直接输入数据即可用(grey relational analysis)
- 2017-09-15 16:39:46下载
- 积分:1
-
FA
说明: 以优化SVM参数c和g为例,对FA算法MATLAB源码进行了详细中文注解,是很好的学习材料(Taking the optimization of SVM parameters c and G as examples, the source code of FA algorithm MATLAB is annotated in detail in Chinese, which is a good learning material.)
- 2019-06-17 10:22:02下载
- 积分:1
-
lvbo
产生运动模糊函数,对图像进行模糊处理,然后进行维纳滤波(matlab winer)
- 2010-07-07 21:32:31下载
- 积分:1
-
gramSchmidt.m
Gram Schmidt codes to have the orthogonal
vectors or Q-conjugate vectors.
- 2013-03-09 03:34:47下载
- 积分:1
-
ieee754_32
Converts a floating point value to IEEE 754 32 bit binary representation.
Sign Bit: 1
Exp: 2 to 9
Frac: 10:32
Single-precision floating-point format is a computer number format that occupies 4 bytes (32 bits) in computer memory and represents a wide dynamic range of values by using a floating point. In IEEE 754-2008 the 32-bit base 2 format is officially referred to as binary32. It was called single in IEEE 754-1985. In older computers, other floating-point formats of 4 bytes were used.
For example, the 32-bit floating point bit pattern 1 01111101 00101100000000000000000 is interpreted as the following:
(− 1)1 × (1 + 0.34375) × 2(125–127) = -1.34375× 2− 2 = -0.3359375
- 2013-09-07 22:20:32下载
- 积分:1