搜索资源列表
fdim
- 计算广义分形维数的matlab源程序。希望对大家有用! 函数形式:function [dq,rq]=fdim(q,x,trace) 不同q值下得到不同定义的分形维,如:q=0 is Hausdorf, q=1 is Information, q=2 is Correlation, etc.具体说明见程序。-Generalized fractal dimension of Matlab source. We hope that the right useful! Function for
MAnixiangguanhanshuguji
- MA(q)模型逆相关函数估计方法MATLAB例程-MA (q) model of inverse correlation function estimation routines MATLAB
CDMA例子的MATLAB代码(Q函数可能有问题)
- CDMA的Matlab例程,为研究莱斯K因子影响提供一个平台,仅供参考-CDMA Matlab routines, to study factors affecting K Rice provided a platform for reference
OQPSK_upload
- OQPSK调制的仿真,给出了I和Q支路的BPSK调制信号图。窗函数可选矩形窗和升余弦窗。-OQPSK modulation simulation, given the I and Q branch BPSK modulation signal Fig. Optional rectangular window function window and the raised cosine window.
rsfinal
- 详细且一目了然的RS编译码matlab仿真程序。 包括GF(Q)域的各种运算(每种运算一个函数功能文件),RS编码模块及译码模块。 期中译码模块又分为伴随式计算模块,错误位置多项式计算模块,错误位置计算模块,错误数值计算模块。 还包含了专门用于测试每个模块是否正确的testbache。完整,详细,正确-Detailed and clear RS codec matlab simulation program. Including the GF (Q) domain of a vari
RCbandpass50Q
- 使用matlab根据50倍Q值的有源滤波器的传输函数设计各个参数跟带通滤波器的中心频率关系的M文件,可供调用-Q using matlab under 50 times the value of the transfer function of active filter design of the various parameters of band-pass filter with center frequency of the relationship between M-files ar
magsint
- 用途:用定步长高斯就积公式求函数的积分 magsint-q
Qlearningcar
- Simulink 控制VR环境中的小车。小车有5个距离传感器,能够慢慢学会避开墙壁和障碍物。小车采用加强学习(Q learning),采用神经网络对Q函数逼近。由于使用了模拟退火,小车在开始的时候会经常撞击障碍物,10次后基本就不会再撞了。 小车的外观模型使用了"w198406141"在本论坛的虚拟现实区发布的VR模型。-VR environment Simulink control car. There are 5 car distance sensor, can gradually le
Opt_Simu
- 模拟退火算法求函数 f(x)的最小值点, 且 l <= x <= u f为待求函数,x0为初值点,l,u分别为搜索区间的上下限,kmax为最大迭代次数 q为退火因子,TolFun为函数容许误差 算法第一步根据输入变量数,将某些量设为缺省值- Simulated annealing algorithm of a function f (x) the minimum point, and l < = x < = u f is the unknown fun
MyHamming
- 模拟退火算法求函数 f(x)的最小值点, 且 l <= x <= u f为待求函数,x0为初值点,l,u分别为搜索区间的上下限,kmax为最大迭代次数 q为退火因子,TolFun为函数容许误差 算法第一步根据输入变量数,将某些量设为缺省值- Simulated annealing algorithm of a function f (x) the minimum point, and l < = x < = u f is the unknown fun
g31
- QAM系统蒙特卡罗仿真,高斯Q函数,误差计算,图形分析,实验要求-QAM system Monte Carlo simulation, the Gaussian Q function, error calculation, graphical analysis, test requirements
MatlabFunctions
- 包括matlab中一些常用的函数,还有一些特殊函数,如马库姆函数-marcum Q-function
36553
- Q函数的计算雷达系统设计中的雷达中的常见函数设计-Q function
cluster_Q
- 调用matlab自带库函数,有关Q型聚类分析的程序-the program of Q format cluster
huffman
- huffman编码生成器 函数说明: [W,L,q]=huffman(P) 为huffman编码函数 P为信源的概率矢量,W为编码返回的码字 L为编码返回的平均码字长度,q为编码效率 -Huffman encoding generated Function Descr iption: [W, L, q] = huffman (P) P for the Huffman encoding function for the prob
huffman_better
- huffman编码生成器 函数说明: [W,L,V,q]=huffman_better(P) 为huffman_better编码函数 P为信源的概率矢量,W为编码返回的码字,V为码字的方差 L为编码返回的平均码字长度,q为编码效率-Huffman encoding generated Function Descr iption: [W, L, V, Q] = huffman_better (P) P for huffman_bette
matlab-Q-function
- Q函数、互补误差函数定义,以及之间的关系、matlab实现Q函数-Q function, complementary error function is defined, and the relationship between, matlab Q function
gpc_prepare
- 高斯过程二分类的预处理函数,它估计了log(q(y|X,θ-gaussian processes classification prepare function
3dnihe
- Matlab实现的曲面拟合算法,给定一组坐标(x,y,z) 拟合成函数 (x,y,z 为行向量),由最小二乘法得到关于输入量的多阶矩阵。当p,q 越大时,拟合的函数与原数据的方差越小,可以做个图看出来。-Matlab realization of the surface fitting algorithm, given a set of coordinates (x, y, z) to be the synthesis function (x, y, Z for the line vector)
常用数值积分公式
- 利用复合梯形公式、辛普森公式、牛顿-柯茨公式等计算函数f在区间[a,b]上的定积分,调用格式【q,s】=CombineTraprl(‘函数公式’,积分下限a,积分上限b)(Calculate definite integral by using CombineTraprl method)