-
au3
AU3脚本语言 基本语法学习 对于学习au3的或许有些帮助(AU3 script language to learn basic grammar, perhaps for some help learning au3)
- 2010-08-19 16:29:54下载
- 积分:1
-
krig
MATLAB克里金差值,主要是之前收集的一些程序汇总(MATLAB Kriging Difference)
- 2019-04-22 14:53:00下载
- 积分: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
-
calendar_app
very cool calendar app
- 2015-01-07 08:28:00下载
- 积分:1
-
guanmaisanwei
血管的三维重构,转载过来的,希望对大家有帮助(Three-dimensional reconstruction of blood vessels, reproduced over, we want to help)
- 2012-11-26 16:53:54下载
- 积分:1
-
programsfsfrw
pso function digital communication matlab codes
- 2012-12-04 02:14:20下载
- 积分:1
-
PSA_HS_small_m
Matlab code for power system analysis book
- 2016-11-23 17:10:51下载
- 积分:1
-
EKF1
EKF程序,用于计算目标跟踪的问题.运行情况很好,很适合非线性滤波问题.(EKF procedures used to calculate the target tracking problem.)
- 2009-02-27 10:36:35下载
- 积分:1
-
FDTD2D
this program calculate the electric and magnetic fildes in rectangular waveguide
it is also calculate resonance modes by fft.
- 2010-08-01 19:11:26下载
- 积分:1
-
ComputerPVisionP-PLindaPShapiro(1)
Using a progressive intuitive/mathematical approach, this introduction to computer vision provides necessary theory and examples for practitioners who work in fields where significant information must be extracted automatically from images-- including those interested in multimedia, art and design, geographic information systems, and image databases, in addition to the traditional areas of automation, image science, medical imaging, remote sensing and computer cartography. The book provides a basic (Computer Vision- Linda Shapiro.pdf)
- 2014-09-24 15:58:04下载
- 积分:1