-
pmsmpaper
这是关于永磁同步电机的硕士论文,观点很新,而且对于这方面的理解有很大的帮助的.(This is a permanent magnet synchronous motor on the master' s thesis.ideas are new, but also for the understanding of this great help.)
- 2010-10-28 20:17:48下载
- 积分:1
-
fft
利用FFT算法产生2FSK,并对频率参数进行求取、分析(The use of FFT algorithms generate 2FSK, and frequency parameters to acquire, analyze)
- 2010-01-08 22:00:58下载
- 积分:1
-
RescaleNew
这个包包括了一个多类代价敏感学习方法Rescalenew。这是一个通用的方法,如instance-weighting, sampling, threshold-moving等。(This package includes a multi-class cost-sensitive learning method Rescalenew. This is a general method which can be realized in many ways such as instance-weighting, sampling, threshold-moving, etc. This package includes five implementations of the method, that is, instance-weighting+C4.5, over-sampling+C4.5, under-sampling+C4.5, threshold-moving+NN and threshold-moving+PETs (probability estimation trees).
)
- 2011-05-12 16:40:27下载
- 积分:1
-
2DSpringPendulum
本程序用mathematics开发的弹簧摆小程序,简单易行,可以很好的调节不同状态的弹簧摆
(This procedure mathematics developed spring pendulum with a small program, simple and easy to adjust the different states can be very good spring pendulum)
- 2011-05-22 02:39:01下载
- 积分: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
-
fenglifadian
基于matlab的风力发电系统中的各部分仿真模型(Based on various parts of the simulation model in the the Matlab wind power generation system)
- 2012-06-19 00:48:38下载
- 积分:1
-
Matlab_Mean_Shift
edison mean shift for matlab
- 2013-09-30 01:27:08下载
- 积分:1
-
ofdm
ofdm的matlab仿真实现 包含OFDM的基本功能(ofdm matlab simulation realization of the basic features include OFDM)
- 2015-04-16 10:31:58下载
- 积分:1
-
caculater
说明: matlab编程实现简单计算器
matlab编程实现简单计算器
matlab编程实现简单计算器
matlab编程实现简单计算器
(matlab matlab programming programming simple calculator Simple calculator Simple calculator matlab matlab programming simple calculator program)
- 2011-03-09 21:54:26下载
- 积分:1
-
graph-coloring
基于greedy DSATUR 的经典着色程序(Given a graph, vertex coloring is the assignment of colors to the vertices such that no two adjacents vertices share the same color. Vertex coloring problem is NP-hard for general graphs. However for some specific graph classes there are some positif results. For example by definition we can trivially color a bipartite graph using two colors.)
- 2013-07-31 03:19:02下载
- 积分:1