搜索资源列表
PN15SynChro
- 一个产生PN15伪随机序列并模拟噪声干扰和统计误码率的通讯系统仿真程序,主要实现了PN序列的同步算法和实时误码统计-PN15 have a pseudo-random sequence and noise simulation and statistical error rate communications system simulation program, the main PN sequence of real-time synchronization algorithm and err
LagrangeVB
- 拉个朗日插值公式是把Pn(X)的构造问题转化为n+1插值基函数问题的构造!此软件就是拉哥郎日插值的原程序VB版-Rafah Colon Day interpolation formula is Pn (X) issue of the structure into an n-interpolation function of the structure! This software suite is Lang interpolating the original version of VB pro
Pn9
- 用汇编语言实现的PN码,长度为9。。只需要8个cycle就可以出32bit。。效率很高。。和大家一起共享:)-using assembly language to achieve the PN code, the length of nine. . Only eight cycle will be 32 bit. . High efficiency. . And together we share :)
lagrangematlab
- 拉个朗日插值公式是把Pn(X)的构造问题转化为n+1插值基函数问题的构造!此软件就是拉哥郎日插值的原程序matlab版-Rafah Colon day interpolation formula is Pn (X) issue of the structure into an n-interpolation function of the structure. This software is Barayagwiza few days interpolation procedures for t
chazhisuanfa
- 已知f(xn)=yn ,n=0,1,2,…,N;求通过这N+1个节点{(xn,yn)| n=0,1,2,…,N }的插值函数Pn (x)。 设计出具体的程序,分别使用拉格朗日插值,牛顿插值和三次自然样条三种算法绘制出相应的插值曲线。用三条不同颜色的曲线来表示三种插值方法在一段区间内的插值函数。要求动态显示曲线绘制全过程。
duoxiangshi
- 对于一元n次多项式Pn(x)=...用适当的数据结构表示,并要求对其实现求导和给定x后多项式的值。
PeakValue
- 一维序列中峰值提取//Data为待分析的数组;peak为排序后的数组; //m 为Data数组大小;n 为peak数组的大小。 //m_Min 为Data数组中最小值 //假设峰值个数PN>n
pnsequencedsss
- pn sequence direct sequence spread spectrum
robot
- 取各障碍物顶点连线的中点为路径点,相互连接各路径点,将机器人移动的起点和终点限制在各路径点上,利用Dijkstra算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径,由于上述算法使用了连接线中点的条件,不是整个规划空间的最优路径,然后利用遗传算法对找到的最短路径各个路径点Pi (i=1,2,…n)调整,让各路径点在相应障碍物端点连线上滑动,利用Pi= Pi1+ti×(Pi2-Pi1)(ti∈[0,1] i=1,2,…n)即可确定相应的Pi,即为新的路径点,连接此路径点为最优路径。-Ta
018
- 根据盘子分苹果。N(宏)个盘子排成一圈,其中每个盘子中有pn(输入)个苹果,对每一个盘子把pn个苹果平均分成两部分pn/2,分别放到其左右两边的盘子里,如果pn/2不是整数则把(pn+1)/2放到左边,(pn-1)/2放到右边。最后打印每个盘子中的苹果数。要求使用带数组参数的函数完成分配过程,并练习使用条件编译打印输出中间结果。-According to the plates divide the apples. N (macro) a dish lined up in a circle, ea
shiyan3
- 设p1=(x1, y1), p2=(x2, y2), …, pn=(xn, yn)是平面上n个点构成的集合S,设计算法找出集合S中距离最近的点对。-Let p1 = (x1, y1), p2 = (x2, y2), ..., pn = (xn, yn) is the plane the set of n points S, S in the design algorithm to find the nearest collection point right.
a
- 在数论,对正整数n,欧拉函数是少于或等于n的数中与n互质的数的数目。 φ函数的值 通式:φ(x)=x(1-1/p1)(1-1/p2)(1-1/p3)(1-1/p4)…..(1-1/pn) 其中p1, p2……pn为x的所有质因数,x是不为0的整数。φ(1)=1(唯一和1互质的数就是1本身)。 (注意:每种质因数只一个。比如12=2*2*3 那么φ(12)=12*(1-1/2)*(1-1/3)=4) 若n是质数p的k次幂,φ(n)=p^k-p^(k-1)=(p-1)p^(k-1),因为除了
Knapsack_problem3
- 动态规划算法实现的背包问题:// 背包问题,容量m,n种货物,分别重量W1,W2......Wn,利润分别P1,P2......Pn,求最大利润 -Knapsack problem dynamic programming algorithm:// knapsack problem, the capacity of M, N type of cargo weight, respectively W1, W2... Wn, profits were P1, P2... Pn, maximum p
lagrange
- 对[-5,5]作等距划分 Xi = -5 +ih,h =10/n , i = 0, 1, …, n,并对Runge 给出的函数 y =1/(1+x*x) 。 作Lagrange插值,取n=10,20计算插值多项式Pn(x) 在x=4.8处的误差,并作分析。 -Of [5,5] be equidistant Xi =-5+ih, h = 10/n, i = 0, 1, ..., a function of n, and Runge given y = 1/(1+x* x). As Lagr
FinalxTheisis.pdf
- Tomographic Inversion of pn waves. Thesis and matlab codes in the appendix.
main
- 用牛顿法迭代求解泊松方程,以计算PN结的内建电势分布并绘制能带图,进一步模拟空间电荷区宽度-Use Newton method to solve the Poisson equation in order to calculate the PN junction potential distribution and draw energy band diagram . And simulate the space charge region width
CDMA_Transmiter
- CDMA transmitter, generate PN sequance and transmite BPSK signal