-
radar-emulation
这是一个用于雷达仿真的图像处理Matlab程序,希望它能对你有所帮助.(This is a radar simulation for the Matlab image processing procedures in the hope that it will be helpful to you.)
- 2007-04-23 09:48:00下载
- 积分:1
-
notch_filter
Digital signal processing notch filter
- 2015-03-01 23:44:06下载
- 积分:1
-
jjjj
3dof robot arm jacobian and its inverse
- 2015-03-22 08:59:52下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1
-
lmszhangdaobingyangshaodong
LMS算法验证,节实验数据说明和程序设计(LMS algorithms and test data section, and program design)
- 2010-05-21 16:24:57下载
- 积分:1
-
Bifurcation_coexist_attractors
在多吸引子的情况下, 求解系统完整的分岔图(more attractors in the case, a complete system for the bifurcation plan)
- 2007-06-15 18:52:53下载
- 积分:1
-
Mersenne-Twister
利用Mersenne Twister算法产生随机数,并测试和分析了其随机性。 程序中还加入了界面显示。
各个文件为:
initGenerator.m:
initGenerator函数,用于初始化随机序列的长度和值
generateNum.m:
generateNum函数,当index为0时被调用,用于创建624维的移位寄存器数组
extractNum.m:
extractNum函数,根据index当前值选择数组中的数生成随机数,同时改变index的值。
main.m:
main主函数,输入种子seed和产生数目total,输出产生结果及随机性测试结果
mymy.m和mymy.fig:
用于界面显示的部分,这两个文件会通过界面传入seed和total的值,并调用main函数,在相应的框中显示输出结果。
(According to the algorithm principle on Wikipedia, the Mersenne Twister algorithm to generate random numbers, and test and analysis of its randomness. The program has also joined the interface display.
The individual files are:
initGenerator.m:
initGenerator function used to initialize the random sequence length and value
generateNum.m:
generateNum function is invoked when the index is zero, and used to create a 624-dimensional shift register array
extractNum.m:
extractNum function, according to index the current value to select the number to generate random numbers, and change the value of the index in the array.
main.m:
main function of the input seed to seed and produce the number of total, the output generated results and the randomness of the test results
mymy.m and mymy.fig:
Part of these two files for interface display interface incoming seed and the total value of, and calls the main function, to display the output in the appropriate boxes.)
- 2012-07-22 21:51:55下载
- 积分:1
-
ori-attn
MATLAB function to initialize and call the solve_sps2d
function, which implements a 2-D solution of
the nonlinear wave equation using a psuedospectral
/ staggered A-B method, including attenuation modeled
with two relaxation mechanisms.
This example demonstrates harmonic generation
within a plane wave given a B/A parameter of 5.2.
To increase the distance of propagation, scale the
sample grid (num_axpts) by a factor(s) of 2.( MATLAB function to initialize and call the solve_sps2d
function, which implements a 2-D solution of
the nonlinear wave equation using a psuedospectral
/staggered A-B method, including attenuation modeled
with two relaxation mechanisms.
This example demonstrates harmonic generation
within a plane wave given a B/A parameter of 5.2.
To increase the distance of propagation, scale the
sample grid (num_axpts) by a factor(s) of 2.)
- 2013-12-27 16:00:35下载
- 积分:1
-
MVDR_QRLS_sinr
MVDR算法和QRLS算法信噪比性能研究(MVDR algorithm and signal to noise ratio performance of algorithm QRLS)
- 2021-02-19 16:49:44下载
- 积分:1
-
EM
说明: EM 算法MATLAB代码,用于数据聚类。(em algorithm which is used in data clustering.)
- 2009-07-23 13:00:39下载
- 积分:1