-
broadband_match_amplifier_objective_function
BROADBAND_MATCH_AMPLIFIER_OBJECTIVE_FUNCTION Is the objective function
- 2015-02-13 17:37:22下载
- 积分:1
-
23adc
基于Matlab的ADC自动测试系统开发(Matlab-based ADC automatic test system development
)
- 2012-01-25 07:42:23下载
- 积分:1
-
wien
维纳滤波程序,一种信号处理程序,可用于数据预处理(Wiener filtering process, a signal processing procedure can be used for data preprocessing)
- 2010-10-25 21:22:20下载
- 积分:1
-
matlabjianmo1
matlab在数学建模中的应用,有效利用matlab进行数学建模(matlab mathematical modeling applications, the effective use of matlab mathematical modeling)
- 2012-07-03 20:32:04下载
- 积分:1
-
FFT_3octave_A
说明: 1/3倍频程的实现,先fft然后计算上下限频率。(The realization of 1 / 3 octave, FFT first and then calculate the upper and lower frequency.)
- 2020-05-29 10:14:05下载
- 积分:1
-
ASK_OFDM_DCT
The source code simulates BER of OFDM system implemented using discrete cosine transform.
- 2009-03-02 14:10:03下载
- 积分:1
-
lls
Lu decomposition routines in matlab
- 2009-04-08 00:24:18下载
- 积分:1
-
PSO
自己编的改进型粒子群算法,内有详细的文档说明,收敛速度快,寻优效率较蚂蚁算法高。(Improved Particle Swarm own, with detailed documentation, the convergence speed, optimizing efficiency higher than the ant algorithm.)
- 2014-11-04 20:51:21下载
- 积分:1
-
zhihuan2
有源电力滤波器建模,能很好的滤除谐波,输出正弦电压(Active Power Filter modeling can be a good harmonic filter, the output sinusoidal voltage)
- 2021-04-25 01:58:47下载
- 积分: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