搜索资源列表
myKalman
- 卡尔曼滤波器matlab源代码。 function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) 这是我课程设计时做的。-Source code of kalman filter using matlab. function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) This is made by me for my course design。
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
Q_lmd_diag
- This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q). In other words, it gives a way to generate a matrix with given eigenvalues and diagonal elements. By Daniel Perez Palomar (last revision: May 10, 2004). Feel fre
exact_alm_rpca
- RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)-The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function i
MAnixiangguanhanshuguji
- MA(q)模型逆相关函数估计方法MATLAB例程-MA (q) model of inverse correlation function estimation routines MATLAB
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.
ACTSP
- 实现了蚁群算法求解TSP问题。注释详细 function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) ------------------------------------------------------------------------- 主要符号说明 C n个城市的坐标,n×2的矩阵 NC_max最大迭代次数 m蚂蚁个数
rsfinal
- 详细且一目了然的RS编译码matlab仿真程序。 包括GF(Q)域的各种运算(每种运算一个函数功能文件),RS编码模块及译码模块。 期中译码模块又分为伴随式计算模块,错误位置多项式计算模块,错误位置计算模块,错误数值计算模块。 还包含了专门用于测试每个模块是否正确的testbache。完整,详细,正确-Detailed and clear RS codec matlab simulation program. Including the GF (Q) domain of a vari
BPSK_teo_sim
- MAtlab program BPSK modulation performance simulation theoric calculation with Q function
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
reorder
- function [s,t,q,z] = reordr(s,t,q,z)
Qlearningcar
- Simulink 控制VR环境中的小车。小车有5个距离传感器,能够慢慢学会避开墙壁和障碍物。小车采用加强学习(Q learning),采用神经网络对Q函数逼近。由于使用了模拟退火,小车在开始的时候会经常撞击障碍物,10次后基本就不会再撞了。 小车的外观模型使用了"w198406141"在本论坛的虚拟现实区发布的VR模型。-VR environment Simulink control car. There are 5 car distance sensor, can gradually le
Q
- function form refrence matrixP
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
Wimak-des-Channel-2-with-CDF-and-Q-function
- Channel des with Q function and CDf function and more
matlab-Q-function
- Q函数、互补误差函数定义,以及之间的关系、matlab实现Q函数-Q function, complementary error function is defined, and the relationship between, matlab Q function
q2d
- Two-dimensional Gaussian Q-function.
Pe-BPSK
- This file contains the code to calculate Pe(Probability of Error) for QPSK/BPSK using the Q Function.