-
BER_simulation_with_matlab
误码率仿真讲义,在matlab环境中如何进行接收数据的误码率计算()
- 2007-08-26 23:04:03下载
- 积分:1
-
ond_3ph_mli_LC
it is a three-phase PWM inverter with LC filter
- 2013-11-17 05:43:31下载
- 积分:1
-
review
matlab code in image processing document
- 2012-03-26 14:27:49下载
- 积分:1
-
Lab2_q1_FullControlledRectifier
fully controlled alpha controoler for power electronics
- 2011-08-31 20:56:38下载
- 积分:1
-
MutualInformationICA
I gives information of seperation of sources using matlab.
- 2012-01-26 13:11:59下载
- 积分:1
-
gray-matching
matlab 的灰度匹配算法例子,简单易懂,对初学的人比较适用(gray matching algorithm matlab example, easy to understand, more suitable for beginners who)
- 2014-02-24 23:01:33下载
- 积分:1
-
xin1
(1)人脸图像的采集
(2)人脸图像增强:去噪、均衡、尺寸归一化、倾斜校正等
(3)脸部肤色区域分割:采用肤色模型检测与分割人脸肤色区域
(4)脸部五官区域分割:采用算法将人脸分割成眉毛、眼睛、鼻子、嘴巴等多个区域((1) Facial image acquisition
(2) Face Image Enhancement: Denoising, Equalization, Size Normalization, Tilt Correction, etc.
(3) Facial skin color region segmentation: using skin color model to detect and segment face skin color region
(4) Facial Five-sense Region Segmentation: Face is segmented into eyebrows, eyes, nose, mouth and other regions by using the algorithm.)
- 2021-03-17 00:29:21下载
- 积分:1
-
conv_vit_qam
Convolutional(2,1,6) Encoder and soft decision Viterbi Decoder
- 2007-10-13 18:52:40下载
- 积分: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
-
voicebox
《matlab实例》有关voicebox方面的实例源码,希望对大家有帮助(" Matlab example of" the voicebox Examples source code, we want to help)
- 2010-05-19 19:51:47下载
- 积分:1