-
reynolds2
不考虑压缩的REYNOLDS方程的求解简单程序(Not consider compression REYNOLDS equations simple procedure)
- 2009-02-11 13:47:17下载
- 积分: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
-
zernike_chriswolf
This code allows to calculate complex Zernike moments on a binary image and to reconstruct an image from its Zernike moments. The moments are calculated robustly which allows to use them even for the reconstruction with high order moments.
- 2012-05-03 15:22:26下载
- 积分:1
-
自学Matlab必备的60个小程序代码
自学Matlab必备的60个小程序代码,若要实现其他功能可以自行改编,(Self-taught matlab 60 essential small program code, if you want to achieve other functions can be self-adapted,)
- 2020-06-24 10:00:02下载
- 积分:1
-
wavedetect
这是一个比较有用的小程序,能对被水印出理过的图象进行检测,效果很明显.(This is a relatively small program useful, can be a watermark image over the rationale for testing, the effect is obvious.)
- 2007-12-22 14:56:45下载
- 积分:1
-
fuzzyrule
模糊控制规则表的生成程序,用MATLAB的M文件编写。(Fuzzy control rule table generation process, with the preparation of MATLAB M-files.)
- 2009-04-25 15:43:32下载
- 积分:1
-
pam_detection_simulink
In this simulink model , baseband 8-ary PAM detection is simulated .A half-sine pulse shaped PAM signal is given as input to the detector.The received signal is matched filtered and down-sampled .The effects of symbol timing offset
can be seen by varying the phase of down-sampling
operation.The 8-ary PAM signal transmitted is recovered
at the detector output.
- 2009-12-19 00:29:11下载
- 积分:1
-
myPingV2
说明: 精度测试时延,基于原始套接字,高精度的测量,大学实验用很好(Socket)
- 2010-04-11 21:07:07下载
- 积分:1
-
PLIKI
Kilka kodów zwią zanych z przetwarzaniem kontrastu obrazów monohromatycznych.
- 2012-10-14 00:53:08下载
- 积分:1
-
MIMO_MRI
多输入多输出(MIMO)的预测控制MATLAB仿真(Multiple Input Multiple Output Model Predictive Control )
- 2021-04-27 16:18:44下载
- 积分:1