-
hough9
利用霍夫变换,处理图像,包括广义hough变换的应用,简单快捷,计算量小(Using Hough transform, image processing, including the application of the generalized hough transform, simple and quick computation)
- 2011-04-26 10:56:29下载
- 积分:1
-
MATLAB-duo-xiang-shi-hui-tu
帮助大家学习用MATLAB绘图处理数据的实用型文档。(The PDF is used for helping us study MATLAB for drawing and data processing)
- 2011-10-16 14:48:19下载
- 积分:1
-
the-Simulation-of-turbo-
理论分析turbo后,然后使用MATLAb中simulink搭建模块,进行图形分析。文档内容主要有simulink源码和一些学习资料(After the theoretical analysis of turbo, and then use MATLAb in simulink built module for graphical analysis.The document includes: simulink source code and some learning materials.)
- 2014-10-28 00:02:48下载
- 积分:1
-
dianfengshan
matlab动态模拟程序例子,小电风扇,是学习matlab的很好实例。(Dynamic simulation program matlab example, a small fan, is a good example to learn matlab.)
- 2013-11-03 16:04:22下载
- 积分:1
-
mypwe
2D PWM Photonic crystal source code
- 2013-12-03 17:34:30下载
- 积分:1
-
MATLAB
matlab SERIAL COMMUNICATION WITH ARDUINO
- 2013-05-06 07:34:16下载
- 积分:1
-
QPSK_tiaozhijietiao
说明: matlab源码编写的QPSK调制与解调程序,含载波及采样频率(matlab source code written in QPSK modulation and demodulation process, including the carrier and sampling frequency)
- 2011-02-25 21:01:35下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
Probe-into-Image-Segmentation-Based-on-Sobel-Oper
Probe into Image Segmentation Based on Sobel Operator and Maximum Entropy
Algorithm
- 2014-01-09 15:53:22下载
- 积分:1
-
Pendulum
It is used for understanding the phenomenon of pendulum and chaos. It s good for beginners.
- 2012-05-01 19:14:02下载
- 积分:1