-
mur_1d
使用MATLAB平台进行的一维mur边界仿真( one-dimensional boundary simulation mur using MATLAB platform)
- 2013-09-25 09:55:44下载
- 积分:1
-
PFCv4interleaved
单相有源功率因数校正电路的数学模型在matlab/simulink中的仿真,仿真已通过。(Mathematical model of single-phase active power factor correction circuit simulation in matlab/simulink the simulation has passed.)
- 2020-11-10 21:09:45下载
- 积分: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
-
RLS
LSE算法应用,很好用,请使用(LSE algorithm applications, very good use, please use)
- 2008-07-01 19:28:04下载
- 积分:1
-
pmsm4
matlab example psmsm
- 2011-06-21 20:04:44下载
- 积分:1
-
libsvm-3.1
支持向量机的matlab实现代码,能实现支持向量机的建模,与识别(Support vector machine matlab code to achieve the support vector machine modeling, and recognition)
- 2013-04-16 16:02:10下载
- 积分:1
-
wavelet
基于matlab的机械故障诊断系统的小波分析,能够加载正常信号与故障信号的数据,进行对比分析,适合初学者学习使用。(wavelet analysis)
- 2013-05-03 16:52:03下载
- 积分:1
-
pca
神经计算的实验作业。用principle components analysis计算模式的主分量。提取线性输入的特征。(Neural computing experiment operations. Computing model using principle components analysis of the principal component)
- 2010-01-22 20:20:03下载
- 积分:1
-
P1_gen_new
用于产生多相编码序列P1码以及对产生的码字进行匹配脉压(generate P1 code and let the code throngh the matched filter)
- 2010-10-22 15:46:01下载
- 积分:1
-
raygen
channel rayleigh fading
- 2011-06-06 02:51:15下载
- 积分:1