资源列表
ADcode
- 一个AD转换代码,是我们做的接口实验,有用的下载。-an AD converter code, we do experimental interface, useful download.
beta2impact
- 这段代码利用分步傅里叶方法求解非线性薛定谔方程的matlab程序-This code solves the NLS equation with the split-step method
Shannon
- 香农编码属于不等长编码,通常将经常出现的消息编成短码,不常出现的消息编成长码。从而提高通信效率。 -Shannon coding are of unequal length encoding, the message will usually appear regularly compiled a short code, infrequent message encoding growth yards. Thereby improving communication effici
simulation_of_SM_iMRC
- Spatial modulation with MRC (sub optimal detector)
FLC_M
- 非线性系统的模糊逻辑控制(FLC)matlab仿真-Nonlinear systems fuzzy logic control (FLC)
Main_Volterra_MultiStepPred
- 风电纵向出力混沌预测,对研究风电出力预测有一定意义-Chaotic prediction vertical wind power, wind power output prediction has certain significance for research
Fast fourier analysis
- Fast fourier analysis with a time base input
active
- matlab函数文件 输入:原始测井曲线 输出:矩形化测井曲线 功能:利用活度函数法将原始测井曲线转化为矩形化测井曲线-a matlab function file input:raw log curves output:blocked log curves function convert raw log curves to blocked log curves based on active function method
loving program
- 使用matlab编写一个浪漫的表白程序,作为理工男的表白利器,
Root-MUSIC
- 求根MUSIC算法,仿真中使用的阵列为均匀阵列,阵列数为8,接收信号数为2个,噪声为高斯白噪声。此算法是对经典MUSIC算法的改进,估计精确度更高-Root MUSIC algorithm with uniform leaner array with 8 micphones and 2 sources which can achieve better performance
单纯形法
- 运筹与优化,单纯形法的实现,可用于求最大值,上机作业
爬山算法
- 优化算法-爬山算法,可以实现全局寻优,跳出局部最优解。