资源列表
压缩程序
- 差分脉冲编码调制(DPCM)的matlab模块仿真,实现抽样,量化,预测,编码并解码(The MATLAB module of differential pulse code modulation (DPCM) is simulated to realize sampling, quantization, prediction, coding and decoding.)
fft
- 对信号进行FFT,绘制出频率变化振幅,以及Nyquist频率之前随频率变化的振幅,进行谱分析,对归一化频率0~1进行分析。(The signal is FFT, the amplitude of frequency change is drawn, and the amplitude of the frequency changes with the frequency before the Nyquist frequency. The spectral analysis is carried
recommend-system-master
- 协同过滤算法实现推荐过程,其中产生了协同过滤推荐矩阵,通过矩阵计算推荐数据(generate recommend result through ITEMCF)
FDD
- 利用FDD进行模态分析 得到输入激励的后的频率(FDD modal iditification)
模糊控制例程
- 利用simulink和模糊工具箱建立模糊控制器,实现模糊控制,模糊PID控制,模型参考自适应控制等(The fuzzy controller is built by Simulink and fuzzy toolbox to realize fuzzy control, fuzzy PID control, model reference adaptive control and so on.)
Annealing algorithm
- 利用退火算法实现无人机路径巡航,但是效果比不上遗传算法。(The annealing algorithm is used to realize the route cruise of UAV.)
explosive
- lsdyna模拟爆炸的命令流和响应的K文件,可以参考模拟响应的爆破分析(Lsdyna simulates the command flow and response K files of the explosion)
Fuzzy PID Controllers in MATLAB and Simulink
- Implementation of Fuzzy Gain Scheduling for PID Controllers in MATLAB and Simulink Fuzzy PID Controller in MATLAB and Simulink An approach to tune the PID controller using Fuzzy Logic, is to use fuzzy gain scheduling, which is proposed by Zhao, i
Color Reduction and Quantization
- Color Reduction and Quantization using k-Means, Fuzzy Clustering (FCM), and SOM Neuarl Network in MATLAB In this post, we are going to share with you, the MATLAB implementation of Color Quantization and Color Reduction of images, using intelligent c
ARMA
- ARMA模型预测matlab测试程序,本人亲测好用(ARMA model prediction)
8个OFDM-Chirp波形的时频域图及自(互)模糊函数图
- 8个正交OFDM-Chirp分集波形的时域频域图,自模糊函数图和互模糊函数图,文件夹里面有说明文档及参考文献。(Eight orthogonal OFDM-Chirp diverse waveforms, with its time-domain plot and spectrogram, and self-ambiguity functions and cross-ambiguity functions. references are provided.)
小波分解与重构
- 光谱数据的小波分解与单层重构并输出低频和高频系数的MATLAB算法