-
ImageProcessing
matlab documentation
- 2013-01-04 19:53:51下载
- 积分:1
-
p
说明: 海平面数模程序——针对国际赛的一个题目,很好很实在(Sea-level digital-analog process- a topic for international competitions)
- 2011-07-16 23:00:35下载
- 积分:1
-
conversions
MatLab function for converting Rotation matrix to Euler Angles and quatenrions. Two examples provided
- 2014-11-17 21:39:12下载
- 积分:1
-
Kalman-matlab
kalman滤波算法应用matlab语言来实现。(kalman filter matlab )
- 2012-02-02 17:36:06下载
- 积分: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
-
Simulation
本文主要通过对蜂窝无线通信系统信道、扇区化等的建模,使用MATLAB仿真实现对系统的中断概率的计算,并中断概率的大小分别作为衡量系统性能的标准。(This paper mainly modeled on the cellular wireless communication systems of channel, division of sectors and so on , by using the method of MATLAB, and realized to the calculation of blocking probability , and regarded the size of outage probability as a measure of system performance.)
- 2012-04-22 21:35:24下载
- 积分:1
-
fuzzy_parking
基于模糊控制的自动停车系统的源代码。可以实现用任意点位置的初始位置停至指定的停车位(Based on fuzzy control automatic parking system source code. It can be implemented in the initial position at any point to stop position designated parking)
- 2021-03-25 13:29:14下载
- 积分:1
-
用于脑电信号特征提取的InfoMax Algorithm Based on ICA
用于脑电信号特征提取的InfoMax Algorithm Based on ICA;也可以稍作改动用于其他信息提取。(for feature extraction InfoMax Algorithm Based on ICA; Minor modifications can be used to extract other information.)
- 2020-06-28 13:20:02下载
- 积分:1
-
SARSA
说明: 增强式学习示例,和大家分享,希望能对大家有帮助。(Reinforcement learning example, to share, hope you can help.)
- 2021-03-16 17:09:21下载
- 积分:1
-
Sparse-Matrix
在处理数据时经常需要处理稀疏矩阵,本文件包含了部分处理稀疏矩阵对角化、行列重拍等Matlab函数。(In the processing of data often need to deal with sparse matrices, this document contains some sparse matrix diagonalization, ranks remake Matlab functions.)
- 2012-06-24 12:49:29下载
- 积分:1