-
molulation
有关调制解调的全面程序包,里面的文件夹名字有点乱,但很全面,不要错过哦(For the full modem package, inside the folder name a little messy, but it is full, do not miss it)
- 2010-11-16 09:58:24下载
- 积分:1
-
Bandpass_sample
说明: 通信中理解与应用带通采样的完整simulink模型(Communication Understanding and Application of bandpass sampling simulink model of the complete)
- 2021-04-18 15:38:57下载
- 积分:1
-
jm
jake s model ,信道仿真的一种,在matlab上仿真实现。(jake s model ,matlab code )
- 2014-01-03 16:27:34下载
- 积分:1
-
MatlabKalmanFilter
说明: 请不要用做非法用途,本程序是经过本人亲自验证过的绝对好使,本人还有其他的一些源码,如果有赶兴趣的可以给本人发邮件(Please do not use illegal purposes, the procedure was personally tested the absolute so, I have some other source, if there is time to be interested in my mail)
- 2006-04-06 16:19:39下载
- 积分:1
-
multiplecstr
Program for simulating an irreversible exotermic chemical reactions in a series of CSTRs.
- 2014-11-26 10:02:03下载
- 积分:1
-
rain_model
对实际降雨信道环境的模拟,根据不同的降雨概率,得到降雨的类型,以及降雨引起的路径损耗值。对于想要仿真实际环境和信道,可以加入降雨这一干扰,作为对性能评估的一个影响因素,其中涉及到的降雨类型及对应的雨衰减率依据国标。(Simulation of the actual channel environment rainfall, depending on the probability of rain, to get the type of precipitation, and the path loss value due to rainfall. For those who want the physical environment and channel emulation, you can add rain this interference as a factor for performance evaluation, which relates to the rainfall patterns and the corresponding rain attenuation rate based on the national standard.)
- 2020-06-30 04:20:02下载
- 积分:1
-
esprit
esprit 旋转不变技术来估计波达方向 最基本算法,能估计出波达方向,但特征值较难估计,有误差,按照现代通信原理最基本算法matlab编码。(esprit ESPRIT DOA estimates the basic algorithm can estimate the DOA, but difficult to estimate eigenvalues, margin of error, according to the basic principles of modern communication matlab coding algorithm.)
- 2013-12-05 23:17:05下载
- 积分:1
-
TOOLBOX_calib
采用M语言编写的图像处理工具箱,内容丰富,设计了WINDOWS下的界面操作,对读者十分方便(M language using the image processing toolbox, rich in content and design of the interface under WINDOWS operation is very convenient for readers)
- 2009-09-23 14:48:45下载
- 积分:1
-
dm
说明: By using a MATLAB program, design a Delta Modulation (DM) system with one step-size and a modified DM system with two step-sizes.
- 2009-05-11 23:01:26下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1