搜索资源列表
stepchar
- 求系统的时域性能指标的函数,给定系统的数学模型,即可通过该函数计算系统的超调量、峰值时间、调整时间和上升时间,经测试非常好用。-system for the time-domain performance of the function, given the mathematical model, This function can be calculated by the overshoot, the peak time, adjusting time and rise time, the t
for_lagrange_vector
- 在优化等式约束的多项式的向量变量应用中,使用梯度上升算法求解拉格朗日乘子向量的最优值。-Equality Constrained Optimization in the polynomial vector variables applications, increased use of the gradient algorithm Lagrangin Vector optimum value.
optipid
- 现有的PID参数优化方法往往难以同时兼顾系统对快速性、稳定性与鲁棒性的要求,本文针对这一缺陷,提出了一种多目标PID优化设计方法——在满足系统的鲁棒性的前提下,以超调量、上升时间和调整时间最小作为多目标优化的子目标,并将NSGA-Ⅱ与PGA相结合对其求解。该算法求得的Pareto最优解分布均匀,收敛性和鲁棒性好,决策者可根据实际系统的要求在Pareto解集中选择最终的满意解,这为快速性、稳定性与鲁棒性的权衡分析提供了有效的工具。仿真结果表明本文设计方法的有效性和优越性。
MillerCode
- The module includes three sub_module:FDivider128,generates the 1/128 frequency, MD_Counter8Zero, generates the flute when the posedge, MD_Counter8One,generates the flute when the negedge.The aim of the module is to generate the mended miller code to
lifting_97
- 本程序实现任意偶数大小图像第二代双正交97提升小波变换 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同) 注2: 为了保证正交,所有边界处理,全部采用循环处理 注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质) 注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置 注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换 注6: 此程序每层变换相对原图像矩阵,产
FORCE
- 三维框架梁单元C++版本的源程序 可以使结构力学的概念更上升一个层次
steepest_ascent_optimization_algorithm
- 实现最速上升梯度算法的matlab函数,求得目标函数的最大值-Gradient algorithm to achieve the most rapid rise
rf
- 跳频是按跳频序列随机改变一个信道所占有频道频率的技术。在GSM 系统中,可利用跳频技术频率分极和干扰分极的特点,改善网络质量。引入跳频技术,可保证在网络软拥塞不上升的情况下,频率复用度较小。-FH frequency hopping sequence is based on a random channel change in the country channel frequency technology. In the GSM system, can make use of frequenc
stepr
- 画出系统的阶跃响应曲线,计算系统的上升时间,调节时间,超调量,稳态误差-drawing the system s step response and comput its adjusting time \stastical error
frame_syn
- 这是一个帧同步数据搜索模块,用于检测输入的数据流中的帧头,当检测到帧头后输出一个同步信号。 输入数据为 8bit的并行数据流,数据流中的每帧由 10 个字节组成,为 1个字 节的帧头(47H)加上 9 个字节的数据。各个字节的中间部分与时钟上升沿对齐。 每帧数据中,除帧头外的其他数据也可能为 47H。 在数据传输过程中,帧头数据有可能受到干扰而变为其他数值,因此要求输出同步信号时具有一定的容错功能。-This is a frame synchronization
pku2127.cc.tar
- 最长公共上升子序列的O(n^2)算法,pku 2127-O(n^2) algorithm of the greastest increasing common subsequence, pku 2127
Sequence
- 一个法雷序列算法,对任意给定的一个自然数(n<=100),将分母小于等于n的不可约的真分数按上升的次序排序,并且在第一个分数前加上0/1, 而在最后一个分数后加上1/1。-A method mine sequential algorithm, for any given a natural number (n < = 100), less than or equal to the denominator of the proper fraction n irreducible sort
AD-matlab
- 实现2路相同采样频率的AD拼接使得采样率上升一倍,画出频谱-2-way to achieve the same splicing makes the AD sampling frequency doubled sampling rate, draw the spectrum
ga1
- 當次代數不斷的往上升,,所得的值也會相較之下越來越接近理想中的最大值38.8~所以次代數越多次,所得的值也相較越精確。找最大值-When the algebraic continued to rise, the value of the proceeds will be compared more and more close to the ideal in the algebraic maximum 38.8 ~ So the more times, compared with values
erjiechanhanqiuchaotiao
- 对给定的二阶欠阻尼传递函数,编制一个函数程序,计算阶跃响应的特征参数 超调量б ,峰值时间Tp,上升时间Tr,过渡过程时间Ts(2 ) -For given second-order owe damping transfer function, prepare a function and calculation programs step response characteristic parameters of first б overshoots, peak time, Tp T
qipao
- 冒泡排序法,分别采用最大数下沉、最小数上升两种方法进行对比排序-Bubble sort method, were used to the maximum number of sinking, the smallest increase in two ways to sort the number of
danchunxing
- 用插值法画出正弦曲线, 可以实现正弦曲线上升段的截取。-Can realize the interception of the rising segment in the sine curve
Dynamic-Programming
- 这是算法设计与分析课程实验,动态规划的源程序。包含最长上升子序列,最长公共子序列,最大字段和问题,DP背包问题-This is a test algorithm design and analysis programs, dynamic programming source code. Rising sequence containing the longest, longest common subsequence, maximum field and problems, DP knapsac
lifting_97
- 实现9/7小波正反变换 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同) 注2: 为了保证正交,所有边界处理,全部采用循环处理 注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质) 注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置 注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换 注6: 此程序每层变换相对原图像矩阵,产生的矩阵都是正交阵,这和小
longestorder
- 动态规划思想解决的最长单调上升子序列程序,内容包含整个工程文件。-Dynamic programming to solve the longest monotonically increasing subsequence of the program, contains the entire project file.