-
Chapter9
MATLAB混合编程想把matlab强大的功能用在自己的工程实践中吗这是本不错的混合编程的书(Hybrid Programming MATLAB want matlab powerful in their own practice, it works this is a mixture of good programming book)
- 2009-01-03 09:03:07下载
- 积分:1
-
KNN
说明: 自己的模式识别的作业,matlab实现k近邻算法。(K-Nearest Neighbour algorithm)
- 2010-05-03 06:00:11下载
- 积分:1
-
image-professing
图像处理,基于梯度的图像增强算法,matlab代码,自己编写的比较容易理解的程序,包含增强效果比对(Image processing, image enhancement algorithm based on the gradient, matlab code, I have written a program easier to understand, including the enhancement compared to)
- 2013-10-07 12:32:07下载
- 积分:1
-
cc
matlab,实现永磁同步电机调速。pid控制(matlab,pmsm,PID controller)
- 2013-12-04 11:42:00下载
- 积分:1
-
Huffman
This is matlab source files for implementing haffman codes
- 2013-05-21 23:59:57下载
- 积分:1
-
shushangchengxu
此程序为书上源码,功能是描述16QAM载波调制信号在AWGM信道下的性能,有误码率分析图(This program is a source book, the function is to describe the 16QAM modulation signal performance at AWGM channel has BER analysis chart)
- 2015-04-16 11:45:48下载
- 积分:1
-
liu_PINIONave_GEARvex_lineB
用于分析弧齿锥齿轮啮合轨迹的MATLAB程序。请大家分享。(For the analysis of spiral bevel gears meshing MATLAB track procedures. Please share with you all.)
- 2008-12-13 19:25:43下载
- 积分:1
-
《射频电路设计——理论与应用》一书课后习题第四章Matlab程序代码-RF_ch04
《射频电路设计——理论与应用》一书课后习题第四章Matlab程序代码("RF circuit design-- Theory and Application," a book chapter IV Swimming Exercises Matlab code)
- 2005-04-04 19:43:09下载
- 积分: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
-
fft1
matlab file for photonic crystal
- 2009-07-07 14:03:49下载
- 积分:1