-
IntroMatlabNN
code to use neural network toolbox in matlab
- 2012-04-19 19:53:17下载
- 积分:1
-
NRZ
用Matlab产生单双极性的NRZ和RZ码型(Using Matlab generated Mono polar NRZ and RZ format)
- 2013-08-27 11:05:25下载
- 积分:1
-
hafuline
在matlab中,Soble算子检测边缘,并保存原图中每个像素相对应的梯度模长和方位角,然后进行边缘连接(In matlab, Soble edge detection operator, and save the original image corresponding to each pixel in length and azimuth gradient mode, then the edge connector)
- 2013-12-23 20:43:17下载
- 积分:1
-
Speaker-recognition-system
matlab实现语者识别系统,可以实现录音保存播放功能,在后和库中的声音进行对比,检测出这是谁的声音。(matlab implementation speaker recognition system, can save the recording playback, the voice of the library and after comparison, to detect who is this voice.)
- 2011-04-26 09:28:31下载
- 积分:1
-
Threelevel_svpwm
用matlab做的三电平SVPWM逆变器的仿真,能够实现svpwm的基本功能,但是还不完善。(Using matlab to do a three-level SVPWM inverter simulation, svpwm to achieve the basic functions, but not perfect.)
- 2013-07-23 14:04:08下载
- 积分:1
-
打包需要资料
说明: ant打包所需要的学习资料和相关配置,可以进行学习和本地搭建相关项目进行一切项目的编译和打包(ant but it the function is very good and strong)
- 2020-06-16 05:20:02下载
- 积分:1
-
yuanlaideqiehuan
说明: 自己做的matlab的实现FUZZY和PID控制互相切换的仿真!!(Matlab own realization of the FUZZY and PID control to switch the simulation with each other!!)
- 2009-07-31 20:04:09下载
- 积分:1
-
APF2
基于simulink的apf matlab程序,希望对大家有所帮助。(the apf Matlab program based on Simulink, hope to be useful for you!)
- 2012-05-08 15:00:31下载
- 积分:1
-
MATLAB-source-code-for-self-study
适合初学者从入门到精通matlab编程所用,带有十三个部分的源代码,层层递进,个人感觉不错!(Suitable for beginners matlab programming from entry to the proficient use, with thirteen parts of the source code, progressive layers, personal feeling good!)
- 2014-01-15 11:47:27下载
- 积分: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