-
iterative-method-matlab-code
matlab迭代法代码,很不错,值得看看(iterative method matlab code, very good, worth a look)
- 2013-11-15 17:09:57下载
- 积分:1
-
wind_turbine_module
一个完整的1.5MW双馈风力发电机组的matlab仿真模型可以进行低电压穿越仿真。(A complete 1.5MW double-fed wind turbine matlab simulation model can be low voltage through simulation.)
- 2017-01-03 13:58:25下载
- 积分:1
-
LsingleLPPGo
长周期光纤光栅透射谱,用来描述长长周期光纤光栅传输特性
(Long period fiber grating transmission spectra used to describe the characteristics of long period fiber grating transmission)
- 2012-08-20 14:32:47下载
- 积分:1
-
read-SA-data
正确读取雷达基数据,适合初学者使用,是个不错的例子。(Read correctly radar base data, suitable for beginners to use, is a good example.)
- 2021-03-05 20:09:31下载
- 积分:1
-
study-ofMatlab7.0
Matlab7官方学习资料,能帮助你很快的学习Matlab的实用,简单、权威(Matlab7 official learning materials that can help you quickly learn Matlab s practical, simple, authoritative)
- 2011-12-29 16:15:39下载
- 积分:1
-
FDTD
基于matlab 模拟仿真FDTD算法对印刷电路板表面的传输特性(Based on MATLAB simulation FDTD algorithm on the surface of the printed circuit board transmission characteristics)
- 2012-07-11 19:45:57下载
- 积分:1
-
moxingising
对ising模型的模拟,这是二维的情况,对于学物理的人很重要的。(Ising model for the simulation, which is two-dimensional case, for physics, it is very important.)
- 2013-12-28 17:33:42下载
- 积分:1
-
Archive
4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为:
realpart+imaginarypart*i
用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。
(1)两个复数相加;
(2)两个复数相减
(3)用(a, b)的形式打印复数,其中a为实部,b为虚部。
(4) Create a class called Complex, and perform complex arithmetic operations. Plural form: realpart+imaginarypart* i said private data class with floating point variables. Provide a constructor, the object can be declared for the class is initialized. In the case do not provide initialization values, the constructor should contain default values. For the following functions, which provide a public member function. (A) two complex numbers (2) the subtraction of two complex (3) (a, b) in the form of plural printing, where a is the real part, b is the imaginary part.)
- 2013-12-18 15:14:46下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1
-
TestApplications
test tapi applications
- 2014-11-29 23:49:37下载
- 积分:1