-
shengyuxuan
说明: 升余弦滚降系统的源程序
matlab程序示例(Raised Cosine source of the examples Matlab)
- 2006-03-06 22:42:58下载
- 积分: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
-
Signal-analysis-and-recognition
信号分析与识别仿真,采用GUI界面,包括数字和模拟信号的调制、解调及分析,可估计信号的频率、带宽等参数(Signal analysis and recognition simulation, USES the GUI interface, including digital and analog signal modulation and demodulation and analysis, can be estimated parameters such as frequency, bandwidth of the signal)
- 2014-11-24 10:37:27下载
- 积分:1
-
pls
这个程序是基于MATLAB实现的偏最小二乘算法(MATLAB implementation is based on partial least squares algorithm)
- 2013-08-02 18:49:18下载
- 积分:1
-
Archive
Introduction to Random Signals and Applied Kalman Filtering 书中.M文件(MFILES of Introduction_to_Random_Signals_and_Applied_Kalman_Filtering)
- 2010-10-06 16:31:07下载
- 积分:1
-
Simulinkinthecontrolsystem
说明: 包含Simulink在控制系统、人工神经网络中的应用(With Simulink in the control system, the application of artificial neural network)
- 2009-08-30 18:35:48下载
- 积分:1
-
lms
LMS adaptive fulter in matlab. for remove echo in telecomunication
- 2013-10-07 19:56:39下载
- 积分:1
-
Numerical_Methods_matlab
matlab实现:高斯消元法,LU分解法,迭代法,奇异值分解,乔累斯基分解法,gauss迭代解线性方程组,jacobi迭代解线性方程组(matlab implementation: Gauss elimination, LU decomposition, iterative methods, singular value decomposition, Cholesky decomposition, gauss iterative solution of linear equations, jacobi iterative solution of linear equations)
- 2010-07-20 21:53:15下载
- 积分:1
-
Untitled
关于线性调频信号,输出它的时域、幅度谱、相位谱(Linear FM signal, the output of its time-domain amplitude spectrum and phase spectrum)
- 2021-03-09 08:29:27下载
- 积分:1
-
RGB_and_HSIModelTransformation_Matlabprogram
对于数字图像处理技术中,图像的编码分为RGB和HIS,这个资料讲述了在matlab中如何将两种编码转换,在实际应用中非常广泛!(For digital image processing technology, image coding is divided into RGB and HIS, this information describes how the two kinds in the matlab code conversion, in a wide range of practical applications!)
- 2009-11-24 11:28:31下载
- 积分:1