-
matlabkalman
说明: 拥有matlab用户界面的卡尔曼滤波程序,很适合转业人士研究,(Owns matlab user interface Kalman filtering procedures very suitable the retrainees study)
- 2010-03-31 20:54:08下载
- 积分:1
-
cwdenoise
复小波分解的程序,对信号进行去噪,只有一个程序,实现复小波的分解(Complex wavelet decomposition process, the signal denoising, only one procedure to achieve the decomposition of complex wavelet)
- 2021-03-30 20:29:09下载
- 积分:1
-
bin
BER for soft output viterbi algorithm. displays ber curves, by varying the rate code, snr.
- 2013-02-08 02:40:40下载
- 积分:1
-
uC-Studies
Linyux Embedded Studies
- 2015-01-12 17:39:47下载
- 积分: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
-
tonereservation
This code simulates the tone reservation technique for the PAPR Reduction of OFDM signals and gives an idea of how to improve it
- 2011-10-01 01:34:56下载
- 积分:1
-
QFTCT_examples
定量反馈控制算法描述,详细讲解了定量反馈控制工具箱的试用说明。(Detail description the use of QFT tool box, have many functions about the use of QFT)
- 2014-11-23 11:08:49下载
- 积分:1
-
OOK_FSK_PSKmodulate
产生一个输入的二进制信源 然后进行OOK FSK PSK调制 最后绘出调制后波形及频谱(Generate a binary input source and then proceed to the final modulation OOK FSK PSK modulation mapped waveform and spectrum after)
- 2007-07-13 01:01:11下载
- 积分:1
-
junhenghua
matlab实现直方图源代码,用于实验图形处理中(i think it s a useful program,you can use it)
- 2012-04-23 21:13:12下载
- 积分:1
-
GnssAllan
计算阿兰方差,为matlab计算阿兰方差函数(Allan variance)
- 2012-04-28 13:31:37下载
- 积分:1