-
solar_boost_inc
是matlab程序,关于太阳能MPPT的三种不同方法的,自己可以调试一下看看,希望有用。(Matlab program is on three different solar MPPT methods, they can debug it and see, hope useful.)
- 2010-11-19 10:04:54下载
- 积分:1
-
MSequence
白噪声是工程中常用到的参考信号,程序通过白噪声的计算方法,可以得出2至7阶的白噪声序列,值得参考(White noise is commonly used to project the reference signal, the program is calculated through the white noise, can be drawn from 2 to 7 bands of white noise sequence)
- 2010-07-19 12:48:37下载
- 积分:1
-
1
说明: 防止电脑泄密的常用方法,设置简单,通俗易懂,功能强大。(To prevent the disclosure of the commonly used computer methods, to set simple, user-friendly and powerful.)
- 2010-02-01 21:11:25下载
- 积分:1
-
MATCOMVC
说明: 使用MATCOM使VC与MATLAB混编的小例子(VC and MATLAB using the mixed MATCOM small example of)
- 2011-03-27 14:35:55下载
- 积分:1
-
1
说明: vb调用MATLAB的程序说明,非常好用(vb call the MATLAB program that is very easy to use)
- 2011-02-11 11:45:37下载
- 积分:1
-
bearings-only-passive-tracking
基于多站纯方位被动定位算法仿真程序(分为CA模型和CA模型,经matlab command window运行通过)(Bearings based on multi-station passive location algorithm simulation program (divided into the CA model and CA model, the matlab command window run through))
- 2013-07-09 16:42:33下载
- 积分:1
-
SytheticRec_MATLAB
用matlab合成地震记录,matlab代码,石油勘探,地震正演模拟(sythetic seismic record with matlab)
- 2013-11-29 13:10:25下载
- 积分:1
-
juliangfa
矩量法是求解电磁场边界值问题中一种行之有效的数值方法.它所做的工作是将积分方程化为差分方程,或将积分方程中积分化为有限求和,从而建立代数方程组,故它的主要工作量是用计算机求解代数方程组.所以,在矩量法求解代数方程组过程中,矩阵规模的大小涉及到占用内存的多少,在很大程度上影响了计算的速度.如何尽可能的减少矩阵存储量,成为加速矩量法计算的关键.此处介绍了方法(MoM is the solution of electromagnetic field boundary value problem in an effective numerical method. It is the work done by integral equations into differential equations, or integral equations into a finite sum of points, so as to establish algebraic equations Therefore, it is the main workload of the computer to solve algebraic equations. Therefore, in the moment method for solving algebraic equations, the matrix size relates to the amount of memory, to a large extent affected the speed of calculation. how to maximize the reduction of matrix storage has become accelerated MoM calculation of the key. introduce the method here)
- 2008-06-08 11:12:09下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
Poincare
非线形混沌系统的庞加莱图的画法的代码以及其MATLAB m文件代码(Non-linear chaotic system Poincare map of the painting of the code and its MATLAB m-file code)
- 2013-09-27 15:47:09下载
- 积分:1