搜索资源列表
JD.thomsonKatiaSycaraIntegratingGeneticAlgorithmsa
- 通过遗传算法进行金融预测的一篇英文的好文章。
MATLAB
- 上传的还是一些matlab的东西,别人给的,应该是一些图象处理比较有用的东西-From matlab or some things that someone else should be some image processing more useful things
jd-algo
- 联合检测的代码,学习联合检测的好方法,这里和大家一起共享-Joint detection code, a good way to learn the joint test, to share with everyone here
GMMforLabData_DPSK
- 用于均衡DPSK信号的JD-MLSE算法,为matlabb程序,输入DPSK解调的两路信号,判决得到所需的bit序列,并计算误码率-It s used for electronical equalization based on joint-decision maximum likelyhood estimation (i.e. JD-MLSE).
TIME
- 各种时间制之间的转换,包括许多数据应用的儒略时与标准时之间的转化-The conversion between a variety of time, including many data applications Julian conversion between standard time and JD
calm
- GPS时间转换关系,包括GPS时、公历、儒略日(JD)、简化儒略日(MJD)之间的转换函数-GPS time into the relationship, including GPS, the Gregorian calendar, Julian day (JD), and simplify the transfer function between Julian Day (MJD)
tides
- T_XTIDE Tidal prediction YOUT=T_XTIDE(STATION) makes a tidal prediction for the current day using the harmonics file XTIDE. Predictions at other times can be generated using [...]=T_XTIDE(STATION,TIM) where TIM is a vector of matlab-form
jd-gui
- 先尝试用最简单的想法去实现排序,以此来比较学习冒泡排序 问题:设有一数组,其大小为10个元素(int str[10])数组内的数据是无序。现在要求我们通过编程将这个无序的数组变成一个从小到大排序的数组(从下标为0开始) 思路:按照题目的要求,毫无疑问,正确的结果应该就像这样: 1 2 3 4 5 6 7 8 9 10 要做到这样,最简单和最直接想到的方法就是进行对比交换。 首先,把10个数里最小的个数放到下标为0的位置上(str[0]) 通过将下标为0的数(str[0