-
qiyizhi-SVD
一个描述奇异值分解的matlab小程序,通俗易懂,方便移植。(A description of the singular value decomposition matlab small program, easy to understand, easy to transplant.)
- 2011-11-07 20:52:13下载
- 积分:1
-
五个music算法程序
1.MUSIC算法MATLAB程序
10.L型阵下基于2D-MUSIC的二维DOA估计算法
15 四元数MUSIC的MATLAB程序
3.root-MUSIC算法MATLAB程序
5.空间平滑MUSIC算法的MATLAB程序(1.MUSIC algorithm MATLAB program
Two dimensional DOA estimation algorithm based on 2D-MUSIC under 10.L array
15 MATLAB program with 15 four yuan number
3.root-MUSIC algorithm MATLAB program
The MATLAB program of 5. space smooth MUSIC algorithm)
- 2021-02-20 19:49:43下载
- 积分:1
-
HuMoment
基于MATLAB平台上,计算HU矩的算法编程。可以不用花时间去考虑怎么计算那些不变矩了。(MATLAB-based platform, the algorithm for calculating the moment HU programming. Can not take the time to consider how those calculated by moment invariants.)
- 2009-04-19 17:18:05下载
- 积分:1
-
DSB
DSB双边带调制的systemview仿真系统(DSB double sideband modulation simulation system systemview)
- 2013-09-24 09:25:35下载
- 积分:1
-
表面肌电信号时域频域分析
表面肌电信号常见时域频域MATLAB程序(Surface realm signal common time domain frequency domain MATLAB program)
- 2020-11-26 13:59:31下载
- 积分:1
-
munlang
阵列信号处理的高分辨率估计,用于时频分析算法,未来线路预测,分析误差。( High-resolution array signal processing estimates, For time-frequency analysis algorithm, Future line prediction, error analysis.)
- 2016-08-18 11:08:40下载
- 积分:1
-
CannyDetectMain
Canny detector using hysteresis and non-maximum supression
- 2010-02-25 02:37:54下载
- 积分:1
-
radar-signal-generation-process-
雷达信号的产生,matlab程序,滤波器的设计,脉压设计,谱分析等(Generating radar signals, matlab program, filter design, pulse design, spectral analysis, etc.)
- 2014-11-03 16:27:29下载
- 积分:1
-
rjMCMC
实现带有再采样步骤的rjmcmc算法,并用算例证明其性能。(To achieve with the re-sampling step rjmcmc algorithm, and use examples to prove its performance.)
- 2010-01-17 23:44:10下载
- 积分:1
-
2
说明: 有一个长度为整数L(1<=L<=10000)的马路,可以想象成数轴上长度为L的一个线段,起点是坐标原点,在每个整数坐标点有一棵树,即在0,1,2,...,L共L+1个位置上有L+1棵树。
现在要移走一些树,移走的树的区间用一对数字表示,如 100 200表示移走从100到200之间(包括端点)所有的树。
可能有M(1<=M<=100)个区间,区间之间可能有重叠。现在要求移走所有区间的树之后剩下的树的个数。
输入:
两个整数L(1<=L<=10000)和M(1<=M<=100)。
接下来有M组整数,每组有一对数字。
输出:
可能有多组输入数据,对于每组输入数据,输出一个数,表示移走所有区间的树之后剩下的树的个数。(Has a length of integer L (1 < = L < = 10000) of the road, one can imagine a number line segment of length L, the starting point is the coordinate origin, each integer coordinate points in a tree, i.e. 0,1 , 2, ..., L total has L+1 L+1 positions on the tree. Now to remove some trees, tree removed by a range of digitally represented, such as 100 200 represents removed (inclusive) between 100 and 200 all the trees. There may be M (1 < = M < = 100) intervals, there may be overlap between the intervals. Now, after the number of trees require the removal of all remaining sections of the tree. Input: two integer L (1 < = L < = 10000) and M (1 < = M < = 100). Then there is an integer M groups, each with a pair of numbers. Output: there may be multiple sets of input data, for each set of input data, the output of a number indicating the number of the removal of all remaining sections of the tree after tree.)
- 2015-03-22 23:35:47下载
- 积分:1