搜索资源列表
work_0702281019_01
- MATLAB source code: This function implements the *(int*)(&float_var).-MATLAB source code : This function implements the * (int *) (
MDLTPC.zip
- Source Codes for Multiple Descr iption Lapped Transform with Prediction Compensation (MDLT-PC) This page describes the source codes for the multiple descr iption lapped transform with prediction compensation (MDLT-PC) developed in the following pa
BPNN
- 用BP神经网络实现模糊控制规则为T=int[(e +ec)/2]的模糊神经网络控制器。可以改变隐层节点数和学习速率。网络训练算法是变学习速率法。-BP neural network with fuzzy control rules for the T = int [(e+ Ec)/2] of the fuzzy neural network controller. Can change the hidden layer nodes and learning rate. Network tra
VCVB
- 本书是所随带的VC++和BC++数值分析类库光盘的使用手册。此VC++和BC++数值分析类库涵盖了数值分析领域中大部分常见算法,还包括线性和非线性最优化问题的多种算法以及概率统计中的一些基本算法。此类库中将矩阵和向量当成如char,int,double一样的基本变量类型,为矩阵和向量提供了几乎是随心所欲的操作函数。因此,可以在此数值类库的基础上进行二次开发。类库的各项功能均经过严格的检测,并与MATLAB作了比较,结果准确无误,效率不相上下。书中以菜单的方式对数值分析类库的每项功能作了详尽的解释
int
- 符号积分法,有中文注释,大家试试,供参考学习~-Symbolic integration, notes in Chinese, we try, for reference to learn ~
Hausdorf_Matching
- Line Based Recognition using a Multidimensional Hausdorff Distance _______ DEscr iptION _______ Matching the image with its rotated and scaled version using 4 dimensional hausdorff measure. ___REFERENCE___ Paper 1: Line Based Recog
MATlab_diff_int
- 用MATLAB实现动态系统的求导与积分函数-MATLAB diff and int
SpectrumEstimationWelchMethod
- 基于Welch算法的经典功率谱估计的Matlab分析,从经典功率谱估计周期图法原理入手,借助Welch 算法对其进行修正-Matlab Simulation Analysis of Power Spectrum Estimation Based on Welch Method,int roduces the principles of Periodogram method of classical PSD estimation,and makes use of Welch to amend Pe
begoodatMATLAB6.5
- 本书第一章系统讲述 MATLAB6.5 的集成工作平台,引导读者初会MATLAB 基本用法。 第二、三章系统叙述MATLAB6.1 的四大基本数据类型(数值数组、字符串数组、元胞数组、构架数组),至于其它扩展数据类型(函数句柄、符号数据、内联函数、unit 数组、稀疏类)则另辟章节专述。此后,本书用九个独立章分述MATLAB6.5 的数值计算、符号计算、函数和数据可视、面向对象编程、GUI 交互操作界面设计、EXE 独立应用程序生成、实现不同软件平台交互的API、M-book 数据图形文字环
aca
- matlab中实现蚁群优化算法在30个城市中寻找一条最优路径。有说明文档。-Ant colony Optimization int matlab and provide a txt document which contains 30 city coordinate
123
- 介绍了一种用Matlab 信号处理工具箱进行数字滤波器设计的方法。给出了工具箱中的FDATool 图形用户接 口的详细使用方法,用FDATool 进行滤波器设计,可以随时对比设计要求和滤波器特性调整参数,直观简便,在每次改变参 数时,由于计算机的超强运算能力,只需点击设计按钮,新的滤波器立即产生,避免了传统滤波器设计的大量手工运算。并 用他设计出了满足性能要求的低通数字滤波器,实现了对加速度传感器干扰振动信号的滤除,解决了工程实际问题。-This thesis int roduces
Gausshermite
- 高斯厄尔米特积分代码,实现高斯积分功能,环境为matlab-Gauss int
20170707ly_CEEMDAN_kyong
- 一个完整的EEMD自适应噪声 IEEE Int. Conf. on Acoust., Speech and Signal Proc. ICASSP-11, pp. 4144-4147, Prague (CZ)文章对应的matlab原始程序,验证可用 Example of the CEEMDAN performance, used in the work where CEEMDAN was first presented(Example of the CEEMDAN performance, us
程序
- 根据所学过的BP网络设计及改进方案设计实现模糊控制规则为T = int((e+ec)/2)的模糊神经网络控制器,其中输入变量e和ec的变化范围分别是:e = int[-2, 2],ec = int[-2, 2]。网络设计的目标误差为 0.001。(According to the BP network design and improvement plan that we have learned, we design a fuzzy neural network controller with