搜索资源列表
TSP
- 利用遗传算法求解旅行商问题 旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 -Traveling salesman problem using genetic algorithm traveling salesman problem, namely, th
Test(2)
- 用循环单链表实现: N个人围圆圈而坐,分别标以数字1到N。从坐在1号的位置的人开始依次传递土豆。M次传递之后,拿到土豆的人被排除,圆圈收缩,然后从离开圆桌的人后面的那个人开始继续游戏。游戏一直进行,直到留下最后一个人,为赢家。因此,如果M=0且N=5,所有的人依次被排除,5号最后胜利。如果M=1且N=5,排除的顺序为2,4,1,5. -Achieved with cyclic single-linked list: N individuals sitting around a circl
meierdaopufadematlabshixian
- 对录音信号集 中的某一语音,利用BATLAB设计一美尔例谱算法,并实现。 取信号集 中的一个语音信号:“xxxxxx”,将它作为输入的语音信号来为设计一个美尔倒谱算法,在该算法中,主要设计了以下环节: 1.读入一个语音信号;2.对这个信号归一化;3.对归一化的信号进行加窗处理(这里的矩形窗长度必须为257,重帧长64);4.进行预加重处理,即通过一个高通滤波器: ;5进行512点的FFT;6.分别取模平方得到功率谱;7.在设计的mel滤波器组中,我采用了25个带通滤波器;8.将得到的功率
MATLAB-based-voice-filter
- 基于MATLAB的语音滤波器,通过MATLAB使原来的语音信号分别进行带通,高通,低通滤波,得到更好的效果-MATLAB-based voice filter through the MATLAB so that the original speech signal, respectively, for band-pass, high pass, low pass filter, to get better results
dsp_system
- 实现一个数字信号处理的仿真系统 。具有界面并实现以下功能:能产生(得到)并选择各种数字信号(sin、方波、三角波、语音、噪声及其叠加);具有DFT和DCT变换功能,对各种信号进行变换;设计滤波器实现低通、高通、带通滤波,得到输出信号的频域特性和时间序列。-the realization of a digital signal processing simulation system. Requires interface and achieve the following functions:
HP
- 利用巴特沃斯高通滤波、理想高通滤波、高斯高通滤波处理图像,根据需求使图像得到锐化,并比较他们的效果。-Use bart wo high-pass filter high-pass filter, ideal, gaussian high-pass filter processing images, according to demand makes the image get sharpening, and compare their effect.
TestED
- 本程序实现了java调用matlab功能,java向matlab传得参数是一个wav文件的地址-This program implements the java call matlab functions, java matlab pass to get a wav file parameter is the address of
11
- matlab使用guide界面对滤波器设计,可实参数填写来获得低通,带通,高通等滤波器,这里有源代码,及guide界面,适合初学者学习参考。-Guide to filter matlab use interface design, can fill in to get real parameters low pass, band-pass, qualcomm, filter, here are the source code, and guide interface, is suitable f
hanming-high-pass-fliter
- 运用汉明窗设计的I型数字高通滤波器matlab代码。通过修改其中参数能得到不同性能的高通滤波器。-Using Hamming window design digital high-pass filter matlab code. Modify parameters to get the performance of different high-pass filter.
Butterworth-bilinear-filter-
- 用双线性法设计的巴特沃斯高通数字滤波器matlab源代码,里面有详细的代码注释,能通过修改参数得到不同功能的巴特沃斯高通数字滤波器。-Butterworth high-pass digital filter design by bilinear method matlab source code, which has detailed code comments, through the modified Butterworth high-pass digital filter paramete
pid
- 以中等纯度的精馏塔为研究对象,考虑到不等分子溢流的影响和非理想的汽液平衡,可以得到塔顶产品轻组分含量Y与回流量L之间的传递函数为: 其中由于现场环境干扰,输出带有测量噪声是(0,1)的正态分布序列,它的方差为ɑ=0.5。由于输出中带有很大的噪声信号,故将数字滤波技术中常见的低通滤波器由于偏差控制,滤掉其中的噪声信号,然后在对其进行PID计算,得到实际的控制量。在该方法在噪声较强的环境下,可以得到较好的控制效果。 控制要求: 1、 采用带低通滤波器的增量式PID将塔顶轻
yinzifenxi
- 同学让帮忙做一个因子分析的程序,刚开始一头雾水,不知从何处下手,在网上找了很长时间,收集到一个PPT以及参考别人的一段程序终于搞懂了,并调通程序。因此把PPT以及程序均传上来供大家参考。-Students so that help to do a factor analysis of the program, just confused and I do not know where to start, and on the Internet for a long time, collected
Netcdf_f90
- 读取netCDF格点资料的Fortran测试程序,通过读取指定netCDF文件,生成相应的Fortran源代码- Test program to read any netCDF file. by Barry Schwartz October 1993
human_intelligence
- 在提供的Super Mari Broso游戏平台上实现了一个新的Mario Agent. 该智能体的实现运用了一定规则的A-Star算法及剪枝算法,力求在复杂的环境中走得更远,过关时间更短,过关中获得更多的奖励及更少的惩罚. -In the provision of Super Mari Broso game platform to achieve a new Mario Agent. Use the agent to achieve a certain rule A-Star algorith
ACA_TSP
- 旅行商问题(Travelling Salesman Problem, 简记TSP):假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 此处使用蚁群算法求解TSP问题-Suppose a business trip to visit n cities, he must choose the path to go, pass through the restricti
filter
- 低通滤波器,使用FDATOOL,得到滤波系数,然后使用matlab仿真,可以直接运行,可以查看原始波形和滤波后的波形,稍微修改可以移植到嵌入式编程中,本人项目使用-Low-pass filter, use FDATOOL, get the filter coefficients, and then use the matlab simulation, can be run directly, you can view the original waveform and waveform afte
AM
- 络检波法,也可以用同步解调法,现在我们来使用同步解调法,即将已调信号和一个与载波信号同频率的信号相乘,在通过一个理想低通滤波器就可以得到原始信号-Envelope detection method, you can also use synchronous demodulation method, and now we use synchronous demodulation method, is about modulated signal and a signal is multiplied
getdemoduldata2
- 主要功能是对数据进行自相关处理,然后通过带通滤波后进行解调,得到数据的主要特征。-The main function is to carry on the data correlation processing, and then through the band-pass filter after demodulation, get the main features of the data.
chii
- 这是一个关于卡方检验的数学算法,函数都已经写好,只需要传递参数就能得出结果。-This is a mathematical algorithm for the chi square test, functions have been written, and only need to pass the parameters can get results.
ecgpeak
- 心电波形通过30HZ低通滤波器,中值去基线漂移后的波形,通过窗口法提取波形峰值-get the peaks of ECG wave by 30HZ low pass filter firstly,baseline processing,and window methos.