资源列表
Guider
- STL功能文档,方便STL实现编程,进行map,set,vector等的使用-STL function documentation to facilitate the implementation of the STL programming, to map, set, vector, etc. Use
p156_DFT_FFT
- 该程序为matlab代码。通过对相同数据分别进行DFT与FFT这两种变换,来对比两者的异同。-The program for the matlab code. By the same data were carried out both DFT and FFT transform, to compare the similarities and differences between the two.
Genetic_Algorithm_Final
- To implement the genetic algorithm for optimization of the given function. PROBLEM:- Given a one variable function f(x)= {█(2+e^((x-10)) +cos 〖(x-10) 〗 if x≤10 @2+ e^((10-x))+cos (10-x) if x>10)┤ Determine maximum function
qiaodu_matlab
- 该程序是matlab代码编写。其内容为一种改进的基于峭度的盲源分离开关算法。可用于语音信号处理及数字图像处理等领域。-Matlab code of the program is written. It contains an improved kurtosis-based blind source separation algorithm switch. Can be used for voice signal processing and digital image processing an
trust_region
- trust_region求解约束优化问题 This trust region algorithm incorporates bound constraintstogether with an ellipsoidal trust region- This trust region algorithm incorporates bound constraintstogether with an ellipsoidal trust region
readsounds
- 改程序为matlab代码,其内容为实现基于信息最大化的盲源分离算法。该算法主要应用于图像处理,语音信号处理及雷达信号处理当中。-Reform program for the matlab code, which reads the information-based blind source separation algorithm to maximize. The algorithm is mainly used in image processing, speech signal proce
mh
- metropolis-Hastings samplermetropolis-Hastings抽样的matlab实现-metropolis-Hastings samplermetropolis-Hastings in matlab
Mazing-Problem
- 迷宫问题 以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 基本要求: (1)首先实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。 (2)测试几组数据,数据的规模由小变大,即网格越来越小,障碍越来越复杂。 拓展要求: 实现该问题的可视化界面,用鼠标点
leijiliang
- 计算关于二阶互累积量的方法,三阶累积量和互累积量,四阶和四阶互累积量的方法-Calculated on the cumulative amount of each second-order method, third-order cumulants and cross cumulants, each fourth-order and fourth-order cumulant method
Monks-and-savage-problem
- 这是一个古典问题。假设有n个修道士和n个野人准备渡河,但只有一条能容纳c人的小船,为了防止野人侵犯修道士,要求无论在何处,修道士的个数不得少于野人的人数(除非修道士个数为0)。如果两种人都会划船,试设计一个算法,确定他们能否渡过河去,若能,则给出一个小船来回次数最少的最佳方案。 要求: (1)用一个三元组(x1,x2,x3)表示渡河过程中各个状态。其中,x1表示起始岸上修道士个数,x2表示起始岸上野人个数,x3表示小船位置(0——在目的岸,1——在起始岸)。例如(2,1,1)表示起始岸上
lfm_process
- 用线性调频信号的雷达系统的matlab仿真-a radar system with lfm signal simulation using matlab
yinyue6
- 音乐合成,matlab-Music synthesis, matlab. . . . . . . . .
