资源列表
123456
- 对信号的FFT变换和有随即噪声信号的FFT变换,适合初学者学习-FFT transform of the signal and then noise signal FFT transform, suitable for beginners to learn
DIJKSTRA
- digestra algoritm turbo c dos ide tested ok
2
- 主要实现隔天日期的输出,对年月日的特殊情况作了简单的分类。-The main achievement of the output of the date of the next day
huodonganpai
- 汽车加油问题:一辆汽车加满油后可以行驶N千米,汽车从A地开往B地,途中有K个加油站,已知AB两地距离最近一个加油站的距离以及各个加油站和之间的距离(各个加油站之间的距离不完全相等)。设计一个有效的贪心算法使沿途的加油次数最少,并指出应在哪些加油站停靠加油;-Vehicle refueling problem: Fill up the car after driving N kilometers, bound car from A to B, on the way there are K gas
jdvad
- 用短时平均能量值对干净的语音信号进行检测,可以区分语音和非语音部分-With short time average energy value to test the clean speech signal, can distinguish between voice and non-voice part
PskScyB
- 产生psk调制信号的源程序,并对信号进行成型滤波及上变频-generate PSK modulated signals, and the signals pass the shaping filter and DUC
ds11
- 模式匹配 由用户输入主串s和模式串t,对s和t进行模式匹配。若匹配成功,返回模式串在主串中第一次出现的起始位置(下标),编号从0开始;反之,返回-1。 注:使用KMP算法 -Pattern Matching S main string entered by the user and the pattern string t, s and t for pattern matching. If the match is successful, the starting positi
Newton_lms
- 根据牛顿—LMS算法原理,实现了牛顿-LMS算法的仿真,并画出了权轨迹随迭代次数的变化图形-According to the principles of Newton_LMS algorithm,the simulation of Newton_LMS is realized and the graphics of trace of weight versus iteration times is drawn
xiaochuqushixiang
- 对需要分析的振动信号进行预处理,消除趋势项-To deal with the vibration of the signal preprocessing, eliminate trend
kadai0128_1131201124_1.c
- 在1 2 3 4 5 6 7 8 9之间加入加减号使其等于1-Adding a minus sign between 1-9 equal to 100
qud_imu
- imu data for quad 4 axis qadrop contains clear full executable asstosh code
3mergesort_improve
- merge排序算法,学习了算法导论后自己编写的通过的-merge sorting algorithm, learning the Introduction to Algorithms adopted after their preparation