-
DSP_lab_SOLUTIONS
different dsp labs for the semester 6 in uet peshawar
- 2009-10-04 02:37:41下载
- 积分:1
-
Eleach-(1)
leach code in matlab
- 2015-02-11 00:14:26下载
- 积分:1
-
6_freqDomainFiltering
frequency domain filtering codes for matlab
- creating the test signal
-creating frequency domain filter
- applieying the filter and computes a filtered signal
- plotting both in time domain and frequency domain
- 2013-11-26 05:12:36下载
- 积分:1
-
huisuzuhe
利用回溯算法解决组合问题。构造虚拟二叉树,采取深度优先搜索方式得到解。(Backtracking algorithm to solve combinatorial problems. Construct a virtual binary tree, the depth-first search to get the solution.)
- 2012-03-29 12:59:33下载
- 积分:1
-
work
DS_CDMA的程序实现 主要分为同步和异步的程序代码,可以自己进行仿真(The program realization are divided into synchronous and asynchronous DS CDMA program code, can simulate ourselves
)
- 2013-08-26 10:28:34下载
- 积分:1
-
demag_tensor
This Algorithm comutes demagnetizig tensor from Newell Paper[1] between two rectangular shape elements.Main function is and there is equivallent function written in c-language, you can use it to compile mex file.This script can be used in field of micromagnetics and finite difference magnetic simulation software.
1. A.J. Newell, W. Williams, D.J. Dunlop, J. Geophys. Res. 98, 9551 (1993).
- 2013-09-10 21:13:30下载
- 积分:1
-
fdtddh
时域有限差分方法,matlab程序
犹他州大学程序(fdtd method 1Dspace code
www.ece.utah.edu )
- 2012-11-20 08:13:34下载
- 积分:1
-
ThrSample2
第二类样条插值多项式源代码,用于科学计算与数据处理,含有详细注解说明,可供matlab学习者参考。(The second category spline interpolation polynomial source code for scientific computing and data processing, contains a detailed description of annotations available matlab learners.)
- 2014-01-03 22:40:57下载
- 积分:1
-
dubsi10-2
飞机仿真软件包dubsi10-2,可以与FDC tool(本站已有)一起使用的matlab/simulink仿真软件,主要对飞机的滚转姿态控制进行仿真研究,内有丰富的案例。(The Dutchroll Blockset for Simulink, DUBSI, is a stand-alone version of
the blocklibrary BLOCKLIB_MISC in version 2.0 (or later) of the Flight
Dynamics and Control (FDC) Toolbox, which is currently under development.
It contains a number of general-purpose Simulink blocks, which can be
used for more applications than flight dynamics research only. Both the
FDC toolbox and the DUBSI blockset are copyrighted by M.O. Rauw see
COPYING.TXT for more details.
)
- 2009-09-06 14:28:32下载
- 积分:1
-
0
说明: 给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入.
输入:第一行两个正整数n(物品数)和C(容量)
第二行n个正整数n,表示物品价值
第三行n个正整数n,表示物品重量
输出:第一行表示总价值
第二行n个数(0/1),0表示物品不装入,1表示装入
例如,
输入:
5 10
6 3 5 4 6
2 2 6 5 4
输出
15
1 1 0 0 1
(Species of a given n items and a backpack, the weight of item i is Wi, the value of vi, was packet capacity is C, should be how to choose a package of items to be loaded, the backpack load in the largest total value of goods? For each item i, there are only two options, loaded or not loaded. Input: the first line of the two positive integer n (the number of items) and C (capacity) of the second line of n positive integer n, that the value of the third line of n positive integer n, that the weight of output: the total value of the first line of the second line, said n number of (0/1), 0 that the items do not load, that load 1 for example, enter: 5,106,354,622 6 5 4 output 15 1 1 0 0 1)
- 2009-07-01 23:07:01下载
- 积分:1