资源列表
Datastruct_C 实现顺序表的就地逆置
- Descr iption 试写一算法,实现顺序表的就地逆置,即利用原表的存储空间将线性表(a1,a2,…..an),逆置为( an,an-1, …….a2,a1)。 Input 输入长度n 接下来是n个数 Output 操作后的序列。 Sample Input 7 2 4 1 7 5 3 6 Sample Output 6 3 5 7 1 4
T2
- 数据发送,控制数个红外发光管闪烁编码 -Data sent to control a number of infrared LED blinking codes
compress
- 实现压缩,该功能完善。很好很强大,大家分享-Achieve compression, the functional. Very very powerful, to share
carno_table
- carno table /Boolean circute
Energy_of_a-_waveletl
- finding the energy of a wavelet
AddNoise_A
- 用于添加噪声,达到去噪的目的.原始数据如果不太理想,去噪是常用的处理方法-Used to add noise to achieve the purpose of de-noising. If the original data is not ideal, de-noising is a common treatment method
4fsk
- 通信系统中4fsk调制方式的仿真与实现,绘出传输波形和接受波形-Simulation and implementation of communication systems 4fsk modulation, transmission waveform and receiving waveform draw
Least_Square
- Least_Square method of machine learning
programa_psedas
- psedas control system engineering
OMP
- 正交匹配追踪算法,找到信号具有确定系数个数的表达。-Finds a representation with fixed number of coefficients for each signal.
Force_datacut
- 对切削力信号进行截取,根据信号特点,截取相应长度的信号进行分析-On the cutting force signal interception, according to the signal characteristics, intercepting signals corresponding to the length of the analyzed
LMS
- 实现自适应滤波器的算法有很多,比较经典的有:LMS,RLS。其中LMS算法是属于梯度类算法,本程序做了一个LMS算法的基本实验。-Implementation of adaptive filter algorithm has a lot, compared to the classic are: LMS, RLS. LMS algorithm is a gradient algorithm, the program has done a basic experiment LMS algorith