-
MATLABshixian_10499038
数字信号处理,用matlab来实现对信号的处理,这本书 是基础,手把手的教你(Digital signal processing, using matlab to achieve signal processing, this book is the basis, teach you hands-on)
- 2009-04-14 18:51:10下载
- 积分:1
-
单相PWM逆变器的输出电压波形控制技术Inverters
本文主要内容是关于单相PWM逆变器的输出电压波形控制技术。好的输出波形
包含两个方面的要求:稳态精度高和动态响应快。本文围绕这两点,分析了重复控制
技术和双环控制技术,并进行了一系列仿真和实验。
(The output waveform correction technology of single-phase PWM inverter is studied
in this dissertation.High quality waveform has two characteristics.It has not only nice
static characteristic but also well dynamic response.Aiming at these characteristics,
repetitive control technology and dual-loop control technology is analyzed.Both these
control scheme are verified by simulation and experiment.
)
- 2020-07-19 14:29:05下载
- 积分:1
-
error-coding-prog
the attached all programs are based on error control coding for ex. LBC, Convolition, RS code etc. all programs are generalized means for any size input or any type of circuit respectively. the all programs are tested on matlab 2012
- 2013-09-29 18:08:57下载
- 积分:1
-
XSteam
《水和水蒸气性质表》,用matlab编的源程序,希望大家喜欢(" Water and Steam Properties Form" , using matlab source code, hope you like)
- 2021-04-26 16:38:45下载
- 积分:1
-
yuanzhen
20圆环阵的波束方向图,包括xy面和xz面的方向图。(Twenty circular array beam pattern, including the direction and the xy plane xz plane.)
- 2014-06-21 17:05:13下载
- 积分:1
-
shuzubaocun
通过选择法,选出一组数据,导入到新建的数组中(By selecting the method to elect a set of data, into the new array)
- 2011-09-10 16:50:53下载
- 积分:1
-
nueral
signal classification using mural network
- 2011-10-04 17:12:16下载
- 积分:1
-
AVS_speech_codes
AVS Speech Code this code describe AVS sppech code in Matlab
- 2014-02-16 05:34:48下载
- 积分:1
-
foe_demo-1.0
图像修复算法foe,来自论文“A Framework for Learning Image Priors”(This is a image inpainting algorithm which comes from tha paper A Framework for
Learning Image Priors)
- 2017-11-09 14:39:02下载
- 积分:1
-
图像分形维数计算方法的比较
维数是描写空间内的一个点所需的最小实参数的个数.盒维数能反映出分形集的复杂程度,无论是何种图像资料均可以转化为矩阵,
A=imread("e:1.jpg")
FF=size(A)
% 计算灰度矩阵的大小;
for i=1:FF(1)
for j=1:FF(2)
if A(i,j)==0 % 等多种运算是不支持“0”值的;
end
end
end
imwrite(A,’e:2.jpg)’;
% 重新保存经校正后灰度
- 2022-06-20 20:33:22下载
- 积分:1