-
Experiment3.tar
该文件是学习matlab的经典教材,国内无法找到,本人从国外所得。(this book is the classical textbook for matlab.it is easy to learn and grasp by matlab engineers.)
- 2010-02-12 07:35:18下载
- 积分:1
-
Matlab1234
说明: 用MATLAB生成bpsk信号,并通过AWGN信道的仿真(MATLAB bpsk signal generation, and through the AWGN channel simulation)
- 2010-04-05 16:53:39下载
- 积分:1
-
coefficientcalculating
计算一个序列的AR模型系数的前3个系数值,非常好用(Calculating a sequence of former three coefficients AR model coefficients, very handy)
- 2015-03-03 16:18:47下载
- 积分:1
-
memristor_emulator
忆阻器《忆阻器非线性漂移》翻译及其忆阻器宏模型建立及其电路仿真。(memristor emulator )
- 2013-11-12 18:09:26下载
- 积分:1
-
1D_FDTD_Resonator.m
1Dimesion FDTD MATLAB Codes for Rectangular Resonator
- 2013-12-23 20:10:18下载
- 积分:1
-
pca
PCA(Principal Component Analysis)预处理和最近邻分类程序(the code of Principal Component Analysis)
- 2010-08-18 10:28:01下载
- 积分:1
-
45665991Edgedetectionandcontourtracking(3)
edge detection for an image
- 2009-05-17 18:45:53下载
- 积分:1
-
zhuyaunfenxi_C
主元分析法的C语言程序,主要用在降维的方面,也可用在信号处理,故障诊断。(Principal Component Analysis Method C language program, mainly used in dimensionality reduction, can also be used in signal processing, fault diagnosis.)
- 2013-04-14 09:50:54下载
- 积分: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
-
KYRSa4-Miwenko
Mathematical methods of optimization and simulation, Development of mathematical model observation flight situation
- 2012-01-04 18:02:55下载
- 积分:1