-
BUCK
闭环buck电路实例,具有抗扰动功能,参考电压自行设置(Closed-loop buck circuit instance, the anti-disturbance feature, the reference voltage to set)
- 2020-07-04 16:20:02下载
- 积分:1
-
chebyshev1gt
用MATLAB软件分析音频信号通过高通滤波前后的频谱(Using MATLAB software analysis audio signal through the high-pass filtering of the spectrum before and after)
- 2008-05-27 13:58:09下载
- 积分:1
-
压缩&解压缩
此程序用C语言用哈夫曼编码法实现了对英文的压缩与解压缩,是C语言编程一个比较经典的例子(this program in C language with Huffman coding method to achieve the right English compression and decompression, the C programming language is a classic example)
- 2005-05-19 00:54:38下载
- 积分:1
-
Embed_PVD
This is code for Embedding in PVD
- 2012-06-25 21:43:05下载
- 积分:1
-
Zero-Crossing
Implementation on "Automatic modulation classification using zero crossing"
- 2013-08-30 13:07:38下载
- 积分:1
-
hadamard
压缩感知源代码,观测矩阵采用哈达吗变换。很好的入门代码(Compressed sensing the source code, you transform observation matrix using Hada. Good entry code)
- 2014-01-08 10:05:02下载
- 积分:1
-
BLIND-IDENTIFICATION-OF-LINEAR-CHANNELS-USING-THE
BLIND IDENTIFICATION OF LINEAR CHANNELS USING THE DATA CONSTELLATION
- 2014-02-20 10:39:25下载
- 积分:1
-
Crack
crack matlab 2014b for windows
- 2019-01-10 06:30:52下载
- 积分:1
-
matlab2
butt,cheb1,cheb2,elip四种常见的IIR滤波器使用小例子(butt, cheb1, cheb2, elip four common small example of the use of IIR filters)
- 2008-12-26 21:51:03下载
- 积分: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