-
matlab_QPSK
论文:基于Matlab的QPSK系统设计仿真(Thesis: The QPSK system design based on simulation of Matlab)
- 2011-05-09 16:45:38下载
- 积分: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
-
lanczos_full_reorth1
Lanczos algorithm for tridiagunalization of a matrix.
- 2011-06-02 16:31:21下载
- 积分:1
-
6-3-1
exresice of marcel sidi
- 2013-09-07 19:34:31下载
- 积分:1
-
Djuric---MCiSP
数字信号处理中的基于Monte Carlo的方法(Monte Carlo-based methods in signal processing)
- 2014-01-04 23:10:17下载
- 积分:1
-
MPSK信号基于高阶循环谱估计载波频率
MPSK信号基于高阶循环谱估计载波频率matlab的代码(MPSK signals based on higher-order loop carrier frequency spectrum estimation matlab code)
- 2014-05-29 21:47:14下载
- 积分:1
-
35
说明: A precise curved motion planning for a differential driving mobile robot
- 2015-01-06 05:07:53下载
- 积分:1
-
sushu
控制均值一定,使用搜索法求出固定长度及固定均值的素数集,输入个数及均值,输出素数集,(Control mean a certain set of prime numbers, use the search method to find the fixed-length and fixed mean, the number of input and the mean output prime number set,)
- 2013-04-22 00:52:45下载
- 积分:1
-
SC_FDE_MAIN.m
说明: 仿真了SC_FDE系统QPSK调制信号通过帧同步,定时同步,载波同步,信道估计和频域均衡之后重新解码的过程,对初学者可能有用(Simulated SC_ FDE system,which QPSK modulation signal is decoded after frame synchronization, timing synchronization, carrier synchronization, channel estimation and frequency-domain equalization. It may be useful for beginners)
- 2021-03-21 20:19:17下载
- 积分:1
-
QuantumandQuantumEvolutionaryAlgorithm
关于量子和量子群优化算法求解NP问题的论文,其中还包括一篇介绍详细的硕士论文,全中文,对于初学者很有帮助。(On the Quantum and Quantum Swarm Optimization for NP issues papers, including a detailed introduction of the master)
- 2008-08-11 14:47:11下载
- 积分:1