-
Simulink_startup
说明: matlab中similink入门指南。希望能够大家有些帮助,尤其对于刚刚入门的朋友。(matlab in similink Getting Started Guide. Some hope to be able to help everyone, especially for entry-just friends.)
- 2008-10-13 14:36:21下载
- 积分:1
-
SPWM-voltage-invertor
:SPWM调制技术是通过改变输出方波的占空比来改变等效的输出电压,其调制波为正弦波,脉冲宽度间占空
比按正弦规率排列, 这样输出波形经过适当的滤波可以做到正弦波输出。它广泛的用于支流交流逆变器。本次实
验使用Matlab/Simulink对SPWM技术进行仿真并分析数据。(: SPWM modulation by changing the duty cycle square wave output to change the equivalent output voltage, the modulated sine wave, pulse width, duty cycle between the rate at sine arranged so that the filter output waveform can be done properly to the sine wave output. It is widely used in branch AC inverter. The experiment uses Matlab/Simulink simulation of the SPWM technique and analyze data.)
- 2011-05-22 15:03:05下载
- 积分:1
-
mycheby1
利用matlab内部函数实现的切比雪夫一类滤波器设计,供初学者学习(matlab,cheby1 Filter)
- 2013-03-25 13:10:32下载
- 积分:1
-
baidong
er ji dao li bai de xiang guan cheng xu, neng gou hen hao de yong zai kongzhishang
- 2013-10-21 18:24:52下载
- 积分:1
-
countingcar
Detect the car and counting it how many
- 2015-04-06 23:35:46下载
- 积分:1
-
dcmodifyfaultongridside
说明: 直流微电网故障仿真模型,还不错,控制模块可以参考下。并网方式可学习。(The fault simulation model of the DC microgrid is not bad, and the control module can be referred to. You can learn how to connect to the network.)
- 2020-04-17 19:05:15下载
- 积分:1
-
extrema
MATLAB CODE FOR extrema.m, extrema2.m
- 2015-02-03 14:09:01下载
- 积分:1
-
feature_RMS
说明: matlab振动试验数据分析,信号获取:测量获取设备的信号(振动、转速、过程参等)。信号分析:从信号中提取反映设备运行状态和故障的特征值。故障诊断:根据信号特征信息,对故障进行诊断(专家诊断、智能自动诊断)和预测(Matlab vibration test data analysis, signal acquisition: Measurement and acquisition of equipment signals (vibration, speed, process parameters, etc.). Signal analysis: extract the characteristic value of equipment running state and fault from the signal. Fault diagnosis: fault diagnosis (expert diagnosis, intelligent automatic diagnosis) and prediction according to signal characteristic information)
- 2020-12-18 17:33:14下载
- 积分:1
-
interlace
说明: 将相关位非相关化的扩频512位的交织程序(The relevant bit of non-associated spectrum of the 512-bit interleaving process)
- 2010-05-03 14:54:56下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1