搜索资源列表
BPrepresentation
- BP学习算法应用——函数表达 源代码实现了BPN的设计,使得通过训练后的BPN实现了函数表达,即BPN的输出与输入反映了特定的函数映射关系。代码中的具体应用实例为傅立叶核函数,应用BP学习算法拟合出傅立叶核函数,速度快,精度高。 将源文件F_core_discr iption.m文件放入matlab的work文件夹中直接运行即可。
matlab
- 课程设计:编写连续函数最佳平方逼近的算法程序(以函数形式)。并用此程序进行数值实验,并提交相应的实验结果数据与报告。 内附详细的课程设计报告与源代码
数值分析课程设计
- 数值分析最常用的四十种算法,使用c++/matlab实现-numerical analysis of the 40 most commonly used algorithms, the use of c / Matlab achieve
two-dimensional
- 在对用有限差分法计算二维稳态传热的过程及算法进行分析的基础上 , 研究了用于描述差分 节点及其关系的数据结构, 并研究了自动生成热量衡算方程组的方法。基于此方法开发了二维传热计算 程序, 程序支持交互设计传热网络, 能够自动生成传热方程组并求解方程组。-In two-dimensional finite difference method to calculate steady-state heat transfer process and the analysis of algor
cordic_atan
- 用verilog语言实现计算反正切函数,在软件无线电中解调PM/FM中使用的尤为频繁。上传的压缩包是modelsim工程,基于6.5c,里边包含一个完整的PM波产生以及解调过程的matlab文件仿真,并取其中间的I和Q支路做为verilog文件的输入,并将其借条输出与MATLAB实际解调输出作比较。 鉴相器的设计基于CORDIC算法,其精度取决于迭代的深度。由于工程实际运用只需要解调出atan值,并不需要绝对的值,所以并没有给予加权,需要的同学可以自己加上。-Calculated usin
psolx
- 基于MATLAB的粒子群优化算法程序设计,经典算例。-MATLAB-based particle swarm optimization program design, the classic example.
mento_carlo_to_comput_pi
- 用蒙特卡罗算法模拟了三种pi值的计算过程,包括蒲丰投针的模拟和matlab GUI界面设计程序。-With the Monte Carlo method to simulate the three pi calculation process, including the Buffon needle cast simulation and matlab GUI interface design process.
Wiener
- 本程序实现了基于最佳维纳滤波器的盲解卷积算法。维纳滤波将地震子波转换为任意所需要的形态。例如,像反滤波一样,可以设计维纳滤波器将地震子波转换为尖脉冲。但维纳滤波不同于反滤波,它是在最小平方的意义上为最 佳。基于最佳纳滤波理论的滤波器算法是人们熟知的维纳一莱文逊(Wiener—Levinson)算法。本程序提供了五种期望输出:零延迟尖脉冲;任一延迟尖脉冲;时间提前了的输入序列;零相位子波;任意期望波形。-Wiener—Levinson algorithm used in wiener filt
Numerical-method---Algorithm-Design-
- 数值计算方法-算法设计及其MATLAB实现--浙江工业大学--2006.12 -Numerical method- Algorithm Design and MATLAB- Zhejiang University- 2006.12
Project1
- 改进节点法建立MNA方程 matlab算法,附有设计文档-Modified nodal equations matlab algorithm established by MNA
junnao
- 基于matlab GUI界面设计,实现了对10个数字音的识别,基于混沌的模拟退火算法。- Based on matlab GUI interface design, To achieve the recognition of 10 digital sound, Chaos-based simulated annealing algorithm.
fenfui_v22
- 插值与拟合,解方程,数据分析,基于matlab GUI界面设计,最大信噪比的独立分量分析算法。- Interpolation and fitting, solution of equations, data analysis, Based on matlab GUI interface design, SNR largest independent component analysis algorithm.
funsiu_v27
- 一些自适应信号处理的算法,基于matlab GUI界面设计,音频信号通过LM386放大。- Some adaptive signal processing algorithms, Based on matlab GUI interface design, LM386 audio signal amplification.
kaibiu
- 用于信号特征提取、信号消噪,课程设计时编写的matlab程序代码,部分实现了追踪测速迭代松弛算法。- For feature extraction, signal de-noising, Course designed to prepare the matlab program code, Partially achieved tracking speed iterative relaxation algorithm.
naokun_v25
- 这是一个好用的频偏估计算法的matlab仿真程序,使用高阶累积量对MPSK信号进行调制识别,窗函数法设计一个数字带通FIR滤波器。- This is a useful frequency estimation algorithm matlab simulation program, Using high-order cumulants of MPSK signal modulation recognition, A window function design FIR digital band-
fiuken_v36
- 包括随机梯度算法,相对梯度算法,非常适合计算机视觉方面的研究使用,基于matlab GUI界面设计。- Including stochastic gradient algorithm, the relative gradient algorithm, Very suitable for the study using computer vision, Based on matlab GUI interface design.
hieming
- LCMV优化设计阵列处理信号,毕设内容,高光谱图像基本处理,这是一个好用的频偏估计算法的matlab仿真程序。- LCMV optimization design array signal processing, Complete set content, basic hyperspectral image processing, This is a useful frequency estimation algorithm matlab simulation program.
nunhun
- 基于分段非线性权重值的Pso算法,毕业设计有用,课程设计时编写的matlab程序代码。- Based on piecewise nonlinear weight value Pso algorithm, Graduation useful Course designed to prepare the matlab program code.
遗传算法
- 遗传算法的matlab程序设计以及遗传算法的实现步骤(Genetic algorithm matlab programming, and genetic algorithm implementation steps)
genetic
- 遗传算法是一种全局最优化算法,是运用了进化论优胜劣汰原理的随机化搜索方法。 前些日子,在进行毕业设计的相关研究中,我接触到了遗传算法,用其对一个五元非线性函数进行最优化搜索。仿真平台使用的是matlab,主要使用的是谢菲尔德大学的matlab遗传算法工具箱。(Genetic algorithm is a global optimization algorithm, is the use of evolution theory of survival of the fittest randomi
