-
boundary
0:边界延拓镜像法 1:边界延自适应波形匹配法(boundary conditions)
- 2021-04-08 16:29:00下载
- 积分:1
-
matlabprogrammes
说明: 本程序是关于FIR和IIR滤波器的设计现(the procedures of FIR and IIR filter design is)
- 2006-02-22 21:00:23下载
- 积分:1
-
Mode
AUV的建模及其参数整定的Matlab程序,可以复制粘贴到Matlab中(PARAMETER IDENTIFICATION OF ARIES)
- 2012-05-14 11:49:54下载
- 积分:1
-
GPS基本原理及其matlab实现
关于《GPS基本原理及其matlab实现》一书的程序,有参考价值(About GPS basic principles and its matlab implementation, a Book of procedures, reference value)
- 2017-09-25 16:25:23下载
- 积分:1
-
My_first_BP
说明: matlab实现BP模型。注释明白直观,使用方便。(Matlab implements BP model. The notes are clear, intuitive and easy to use.)
- 2020-06-21 20:00:02下载
- 积分:1
-
tuxingronghe
本matlab程序可用于图象融合等领域,值得看看(The matlab program can be used in areas such as image fusion, it is worth to see)
- 2009-03-05 13:34:18下载
- 积分:1
-
CONSTRAINTETRAHEDRON
说明: 该代码是一个基于MATLAB语言编辑的四面体有限元长应变四面体算法,包含一个例子很实用,性能稳定。感谢大家的分享。(This code is a kind of constrain Tetrahedral fem compution on MATLAB。there are total code and an example in cube。It is very practical and stable。thank you for your exchanging。 )
- 2010-04-22 20:54:41下载
- 积分:1
-
HuffmanEncoding
霍夫曼(Huffman)编码算法是满足前缀条件的平均二进制码长最短的编码算法。本文用Matlab语言编程实现了霍夫曼(Huffman)编码,并有详细的word说明(Hoffman (Huffman) coding algorithm is to satisfy the conditions of the average prefix length the shortest binary code coding algorithm. In this paper, Matlab programming language to achieve the Hoffman (Huffman) encoding, and a detailed description of the word)
- 2007-12-03 09:32:29下载
- 积分: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
-
TA-ADEL
3d reconstruction using mathematical morphology
- 2013-04-16 12:50:17下载
- 积分:1