-
ORPD
OPTIMAL REACTIVE POWER DISPATCH
- 2014-02-17 19:05:07下载
- 积分:1
-
filter
对一幅数字图像采用理想低通、Butterworth低通 、Gaussian低通滤波器进行平滑;对一幅数字图像采用理想高通、Butterworth高通 、Gaussian高通滤波器进行平滑。
(The ideal of a digital image using low pass, Butterworth low-pass, Gaussian smoothing low pass filter on a digital image using the ideal high-pass, Butterworth high-pass, Gaussian high-pass filter smoothing.
)
- 2011-06-10 17:33:40下载
- 积分:1
-
psd_boc
BOC(1,1)的编码,BOC(1,1)的功率谱密度,可以完美运行,对做BOC编码的人很有用途(BOC (1,1) code, BOC (1,1) power spectral density, can run perfectly on the very people who make use of BOC coding)
- 2013-11-26 11:48:41下载
- 积分:1
-
fangxing
这是一个应用一致性几何绕射理论编写的简单程序,初学学者可作为参考(This is a simple program UTD written application, can be used as a reference for beginners and scholars)
- 2021-01-13 16:48:53下载
- 积分:1
-
SBM
用于matlab sbm计算的代码,直接替换数据即可(for sbm(dea) in matlab)
- 2021-03-22 13:29:16下载
- 积分:1
-
PID
Proportional-Integral-Derivative (PID) control is the most common control algorithm used in industry and has been universally accepted in industrial control. The popularity of PID controllers can be attributed partly to their robust performance in a wide range of operating conditions and partly to their functional simplicity, which allows engineers to operate them in a simple, straightforward manner (exp. ref:national instruments).
This file analyse different conditions and methods for tuning the PID controllers.
- 2017-09-21 14:02:20下载
- 积分:1
-
zuixiaoerchengsuanfabianshi
输入信号采用4阶M序列的二阶系统的最小二乘一次完成算法辨识程序(Input signal using M sequence of order 4 second-order system least squares algorithm for a complete identification process)
- 2010-06-07 16:14:28下载
- 积分:1
-
chap4
《visual c++matlab图像处理与识别实用案例精选》源码(" Visual c++ matlab image processing and recognition of practical cases selected" source)
- 2009-05-09 22:53:04下载
- 积分:1
-
111
function pi = solve2(count,m,cc)
借助布冯投针实验 仿真求pi的值
pi=0
frq=0
randNo = binornd(1,cc,1,m)
pro=zeros(1,count)
for j=1:count
for i = 1:m
if randNo(1,i) == 1
frq = frq + 1
end
pro(i) = frq/i
end
pi = (2*m)/frq
pro(j) = pi
end
pro = pro,num =1:count
plot(num,pro) (function pi = solve2 (count, m, cc) to vote with Buffon needle experiment simulation find the value of pi pi = 0 frq = 0 randNo = binornd (1, cc, 1, m) pro = zeros (1, count) for j = 1: count for i = 1: m if randNo (1, i) == 1 frq = frq+ 1 end pro (i) = frq/i end pi = (2* m )/frq pro (j) = pi end pro = pro, num = 1: count plot (num, pro) )
- 2011-05-24 15:39:41下载
- 积分:1
-
BPSK
C编写的BPSK调制解调,很有用,值得学习,代码编写很规范(Written in C BPSK modulation and demodulation, very useful, it is worth learning, very standardized coding)
- 2014-08-08 14:40:41下载
- 积分:1