-
yanmcm04
这是一个对磨床加工工件工序问题建模求解的MATLAB程序,方法可靠(This is a workpiece grinding process modeling and solving the problem of the MATLAB program, method is reliable)
- 2010-10-23 23:38:23下载
- 积分:1
-
msxindexrsiwavlete
用matlab实现股票分析中的RSI指标,可用于例程学习(Stock analysis using matlab realize the RSI indicator can be used for routine learning)
- 2008-05-05 16:28:56下载
- 积分: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
-
3degreefano
3进制的费诺编码实现,希望对大家有用,完全实现可以运行(3 decimal Fenno coding to achieve, and hope to be useful, the full realization can run)
- 2012-10-22 16:41:37下载
- 积分:1
-
EAN13
利用matlab摄像头识别EAN13一维条形码,按键时会弹出错误但不影响用(Matlab camera identification using one-dimensional bar codes EAN13, buttons will pop up with an error but does not affect)
- 2010-12-10 12:09:57下载
- 积分:1
-
Wavelet_denoising
关于小波去噪 适合初学者的一个小程序 希望对大家有帮助(on wavelet denoising for beginners of a small program you want to help! !)
- 2006-06-04 12:40:32下载
- 积分:1
-
12yzfx
matlab因子分析的几个例程 包括:基于协方差矩阵或相关矩阵系数矩阵的因子分析 ,与基于样本观测值矩阵的因子分析(matlab factor analysis of several routines include: factor covariance matrix or correlation matrix coefficient matrix-based analysis, and factor sample observations Matrix Analysis)
- 2014-08-27 13:39:06下载
- 积分:1
-
capacity_MIMO
This chapter contains sample programs for determining capacity. The reader is advised to go through the coding. The
file "capacity_water.m" is for measuring the waterfilling capacity. It should be made to work with a file similar to
"capacity_plot_main.m". The latter file deals with all the other capacity plots given in the book in Chapter 2.
All programs are verified with MATLAB versions 6.0 and above with signal processing and communications toolboxes.
- 2008-07-11 16:49:03下载
- 积分:1
-
simulation5.15
就是自适应的一写程序(is an adaptive process to write)
- 2006-05-29 16:53:08下载
- 积分:1
-
genetic-algorithm
Matlab遗传算法工具箱函数及实例讲解。(Matlab genetic algorithm toolbox functions and examples to explain.)
- 2011-05-14 18:38:04下载
- 积分:1