-
GMSK
仿真GMSK传输系统,同时画出传输过程图形。(simulate the GMSK transmission system)
- 2009-11-16 20:43:35下载
- 积分:1
-
ThrSample3
三次样条插值,比较好的MATLAB程序,也是在计算值中不可缺少的东西(cubic spline interpolation)
- 2012-04-26 21:48:20下载
- 积分:1
-
5499309_71439709
基于matlab的模糊控制系统与仿真(matlab fuzzy control matlab fuzzy control)
- 2012-05-16 23:04:40下载
- 积分:1
-
fw
说明: expense traker ,the study material
- 2008-04-10 21:23:11下载
- 积分:1
-
my_dsp_experiment
我做的关于数字信号处理的matlab实验。主要是卷积运算的实现和滤波器设计。(I have done on the digital signal processing matlab experiment. Is mainly the realization of convolution and filter design.)
- 2010-03-12 16:17:28下载
- 积分: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
-
dbcdecom
矩阵右互质分解程序
在鲁棒稳定性中有重要的应用(This function returns the result of double coprime decomposition.)
- 2010-05-05 18:04:39下载
- 积分:1
-
histogram
this was my homework in the lesson "digital image processing" it compares my histogram programm with the matlab s original function imhist. i uploaded whole the material but you can find it completely in "ö dev1 rg.docx" my whole homework.
- 2011-04-20 19:03:53下载
- 积分:1
-
HSUPA
实现TD SCDMA传输信道仿真,包括传输信道编码和译码,程序可以运行(Achieve TD SCDMA transmission channel simulation, including the transmission channel encoding and decoding, the program can run)
- 2010-05-16 16:31:34下载
- 积分:1
-
Digital_PAM_Communications
This is a simple Simulink model for digital PAM in AWGN channels.
- 2010-11-02 00:57:10下载
- 积分:1