-
MatLab_Toolbox_Guide_Control_Engineering
MatLab工具箱应用指南:控制工程篇
完整版(MatLab Application Toolbox Guide: Complete Control Engineering articles)
- 2010-10-05 10:29:04下载
- 积分:1
-
ceshi12
EMD的实例测试函数,自己修改过的,可以显示imf分量频谱(Examples of EMD test function, with my own modify, you can display imf component spectrum)
- 2013-05-25 10:54:19下载
- 积分:1
-
mangning
相参脉冲串复调制信号,包括随机梯度算法,相对梯度算法,ldpc码的编解码实现。( Complex modulation coherent pulse train signal, Including stochastic gradient algorithm, the relative gradient algorithm, Codec ldpc code implementatio.)
- 2021-01-08 22:48:51下载
- 积分:1
-
jacobi
本代码是本人在做作业时所编,主要用来求解雅克比矩阵(slove jacobi matrix )
- 2009-03-10 10:04:21下载
- 积分:1
-
huitu
matlab初学者对于绘图的基本程序,比如画饼图,线图,向量图,瀑布图等基本绘图基础程序。(matlab for beginners a basic drawing program, such as yourselves chart, line graph, vector, waterfall and other basic drawing foundation program.)
- 2013-09-20 17:17:27下载
- 积分:1
-
ZG
说明: 病态矩阵HILBERT,正则化高斯消元法,cholesky分解法(Ill-conditioned matrix HILBERT, regularization of Gaussian elimination method, cholesky decomposition)
- 2013-04-14 22:15:48下载
- 积分:1
-
jingtongmatlabshenjingwangluo
精通matlab神经网络 的书籍源码,学习神经网络的同学真的不容错过,错过了就是不应该的(Proficient in matlab neural network books source code, learning neural network classmates really cannot miss, miss is not should)
- 2012-10-26 23:30:33下载
- 积分:1
-
ga
说明: 遗传算法用于求函数最大值,可以修改函数名和迭代次数(A function of genetic algorithm is used to seek the maximum, you can modify the function name and the number of iterations)
- 2009-11-13 19:13:23下载
- 积分:1
-
radon_ambiguity
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0,0,0])
% xlabel( 极半径 )
% ylabel( 角度 )
%**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确)
%找出峰值点的坐标
b=max(max(wh))
[u,a]=find(wh>=0.8*b)
( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
- 2008-05-06 21:56:10下载
- 积分:1
-
VITERBI_UWB
实现MB-OFDM UWB 中的Viterbi译码功能;
包括自己编写的viterbi译码模块和调用matlab内部viterbi译码模块的代码和调试代码;
内嵌了各种去打孔的代码,所有MB-OFDM中可能的形式;
(MB-OFDM UWB realize the Viterbi decoding function including myself prepared viterbi decoding module and call the internal viterbi decoding module matlab code and debug code to punch all kinds of embedded code, all MB-OFDM in possible form )
- 2008-06-10 18:02:41下载
- 积分:1