-
autoThreshodseg
automatic threshold segmention
- 2010-01-02 17:26:47下载
- 积分:1
-
power_wind_ig
用simulink对风电场进行建模分析得到功率以及电流的仿真图(This example uses an initial state vector to start the simulation steady-state. When you make changes to the model (add, delete, rename blocks, etc),
the initial state vector needs to be regenerated or disabled, otherwise Simulink signals an error when the simulation is started.
To disable the use of initial state vector for this model, go to the Data Import/Export section of the Model Configuration Parameters tool and uncheck the
Initial state option under the Load workspace section.
To regenerate the initial state vector after a change to the model, follow the instructions given in the initialization file for this model.
Type open( init_power_wind_dfig ) at the matlab prompt to view this file.)
- 2015-07-24 13:48:45下载
- 积分:1
-
daiyoumpptdedongxi
带有MPPT功能的光伏阵列Matlab通用仿真模型.kdh(MPPT in PV arrays with Matlab Simulation Model. Kdh)
- 2011-05-09 15:59:04下载
- 积分:1
-
hunhebiancheng_123
matlab与CC++混合编程程序,可以参考下,适合初学者(matlab and C C++ mixed programming program, you can refer to, for beginners)
- 2013-07-12 12:27:54下载
- 积分:1
-
rtxdep
RTX开发包,是RTX内部文件,对于做开发很有用.(rtx dep file)
- 2010-01-07 23:08:39下载
- 积分:1
-
VC_USB_matlab_DLL
本代码实现了matlab调用VC的动态链接库与cypress的68013芯片通过usb进行数据交换(Matlab code implements the dynamic link library called VC and cypress in the 68013 chip data exchange via usb)
- 2010-07-28 12:40:48下载
- 积分:1
-
cc
说明: 图像骨架提取,使用matlab开发环境,供同志们使用(Image skeleton extraction using matlab development environment for comrades)
- 2013-03-08 12:13:36下载
- 积分:1
-
TS_TSP
禁忌搜索算法matlab解决旅行商问题程序源代码,含数据结果!(Tabu Search solve tsp problem)
- 2013-01-17 13:55:24下载
- 积分:1
-
code
读入指定的音频序列,并对其进行无损预测编码和DM调制编码(Read into the specified audio sequences, and its lossless predictive coding and modulation coding DM)
- 2013-12-22 21:50:03下载
- 积分: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