-
digital_signal_process
一本学习数字信号处理的专业书籍,绝对权威(A study of professional books, digital signal processing, the absolute authority of the)
- 2010-12-15 21:07:38下载
- 积分:1
-
Desktop
基于QPSK或者BPSK的ofdm误码率仿真源码(The simulation of OFDM under QPSK or BPSK)
- 2014-09-21 17:27:51下载
- 积分:1
-
bp
说明: bp神经网络的相关MATLAB实现,源码被保存在txt文件中,需要自行粘贴即可(Related MATLAB bp neural network implementations, source code is stored in the txt file, you need to stick to their own)
- 2014-12-15 17:04:31下载
- 积分:1
-
TM_OPEN
用matlab实现二维情况下TM波在自由空间的的传播仿真,带有PML边界.很直观的!(realize the propogation of electromagnetic in TM mode under 2-D situation in free space,with respect to the PML ABC.)
- 2010-10-27 09:20:38下载
- 积分:1
-
matlab
本电子书籍的功能是应用MATLAB环境进行通信系统的仿真与应用(The e-book function is to use MATLAB environment Communication System Simulation and Application of)
- 2010-02-22 15:51:50下载
- 积分:1
-
A-watch-by-using-Matlab
用MATLAB绘制出钟表的时针、分针和秒针,并使钟表运行(Plotting the hour-hand, minute-hand, second-hand and realizing the the function of a watch by using MATLAB)
- 2014-09-30 00:12:37下载
- 积分:1
-
2008042021243274
非常好的资料,很难找到哦,不要错过了啊,错过就没有机会了(VERY GOOD DOCUMENT IF YOU DON T BELIEVE
ME, YOU CAN LOOK INSIGHT)
- 2009-11-09 19:06:09下载
- 积分:1
-
azimuthTDOA.m
A sound source can be localized in a two dimensional plane using the audio recorded at three known microphone locations. Much like a GPS system, Time Difference of Arrival algorithms can be used to determine the difference in time and distance of a sound source to other microphones. With that information a Chan algorithm can be used to determine the X Y coordinates of the originating sound source. To do so, however, you must first provide the XY coordinates of each of the 3 microphones. Note that for faster and simpler calculation one of the microphones should be placed at the origin (0, 0) of you XY plane.
- 2014-01-26 03:12:04下载
- 积分:1
-
cbf
matlab 常规波束形成源代码 非相干波束形成(convertional beam forming)
- 2021-04-08 13:19:01下载
- 积分: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