-
The-CPP-Programming-Language--Third-Edition
Fantastically a good book on C++
- 2015-01-10 01:46:59下载
- 积分:1
-
sg2datainput
此为MATLAB的m文件,用于地震数据中sg2文件数据的读入。(This is the m file of MATLAB, which is used to read SG2 file data in seismic data.)
- 2018-04-08 09:38:16下载
- 积分:1
-
sweb
sweb a pedestrian MATLAB web session starter
- 2010-10-18 05:53:07下载
- 积分: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
-
bound2im_pfile
Matlab pfile for converting a boundary to a binary image.
- 2009-06-27 08:58:26下载
- 积分:1
-
mimo-stimulate
mimo系统空时码的编码与matlab仿真(mimo systems with space-time codes matlab simulation code)
- 2011-04-25 19:36:07下载
- 积分:1
-
EX472
二维等参元在平面应力状态下的计算程序源代码,基于matlab(stress calculated by matlab)
- 2014-10-30 17:13:38下载
- 积分:1
-
JADE
盲信号分离程序,用于期望信号的提取,和对干扰信号以及噪声的抑制。(Blind signal separation procedure for extracting the desired signal and suppress interfering signals and noise.)
- 2015-03-29 08:52:27下载
- 积分:1
-
SP_matalab
SP算法MATLAB源代码实现,算法中MATLAB源代码易懂最容易掌握的编码(SP algorithm MATLAB source code,Algorithm MATLAB source code to understand the easiest to master coding)
- 2015-10-10 10:05:50下载
- 积分:1
-
逆傅里叶变化法的MATLAB程序
说明: 美国六级谱转换为时域样本的逆傅立叶变换法MATLAB程序(MATLAB Program of Inverse Fourier Transform Method for Converting Six-Level Spectrum to Time-Domain Sample)
- 2021-03-15 15:49:22下载
- 积分:1