-
CODE_UPLOAD53334292000
print & generate barcode
- 2015-01-16 12:41:25下载
- 积分:1
-
DOA估计 二维DOA估计
主要内容包括波束形成、DOA估计、相干信号的DOA估计、二维DOA估计、宽带阵列信号处理、阵列多参数估计等(The main contents include beamforming, DOA estimation, coherent signal DOA estimation, two-dimensional DOA estimation, wideband array signal processing, array multi parameter estimation, etc.)
- 2021-04-21 22:18:49下载
- 积分:1
-
kalmanf
learning the kalman filter (Matlab Code)(learning the Kalman filter (Matlab Code))
- 2006-05-19 00:53:48下载
- 积分:1
-
Mathlab
数值分析算法集合 各种算法 带例子 具体见“算法.txt”(Set of algorithms numerical analysis algorithm with specific examples, see " algorithm. Txt" )
- 2010-08-26 09:39:22下载
- 积分: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
-
skewedge
this program will make skew correction of character
- 2010-03-02 16:16:37下载
- 积分:1
-
sovadecode
SOVA matlab译码程序,一个老外博士写的,
挺不错的,可输出软信息。(SOVA Matlab decoding procedures, a foreigner written by Dr Ting good, soft output information.)
- 2007-06-15 10:17:19下载
- 积分:1
-
matlab-codes
matlab manual for cancellation of noise in speech signal using adaptive algorithms.
- 2013-12-05 13:16:00下载
- 积分:1
-
Matlab_Pspice_connect-paper
matlab与PSPICE的数据通信接口技术(matlab and pspice data coummunication)
- 2015-04-08 23:27:52下载
- 积分:1
-
3D-MIMO
MATLAB仿真程序,基于多元统计方法的3D MIMO三维空间域信道建模研究。将2D MIMO信道建模推广到三维空间域信道建模,利用MIMO信道的统计特性,建立一种新的3D MIMO信道模型。用MATLAB做相应的仿真实验,对所建信道模型做性能分析。(MATLAB simulation program, based on multivariate statistical modeling method of three-dimensional spatial domain 3D MIMO channel. The 2D MIMO channel modeling is extended to three-dimensional spatial domain channel modeling, statistical characteristics of MIMO channels, the establishment of a new 3D MIMO channel models. Accordingly with MATLAB simulation experiments, built channel model do performance analysis.)
- 2020-09-02 15:08:09下载
- 积分:1