-
pee
Earthquake Engineering and Structural Dynamics(You can input any number of stores by giving the mass, stiffness and damping values.
Input the gamma and beta values which are related to Newmark Integration Mtd.
Press Newmarks Integration button to input the values.
Input the any number of storey that you expected to see the deflection for particular Earthquake.
Press “Storey No” button to get that number.
If you like only, you will input the period and press “Period” button.
Finally press calculate button to see final results.
Also you can see the both graphs in log scales also.(Please right click on the graph as shown above).
You may see what type of analysis method is used. (Average acceleration relation ship or Linear variation of acceleration).)
- 2009-05-14 04:31:31下载
- 积分:1
-
patton
Routine to calculate the COP parameters
- 2013-03-05 02:00:49下载
- 积分:1
-
gibbs
利用matlab进行GIBBS抽样分析来解决数据缺失的现象(GIBBS sampling analysis to solve the missing data using the MATLAB phenomenon)
- 2014-11-24 23:40:56下载
- 积分:1
-
PSOANN
This is a PSO toolbox implementing Common, Clerc 1", and
Trelea types along with an alpha version of tracking changing
environments. It can search for min, max, or distance of
user developed cost function. Very easy to use and hack with
reasonably good documentation (type help for any function and
it should tell you what you need) and will take advantage of
vectorized cost functions. It uses similar syntax to Matlab s
optimization toolbox. Includes a suite of static and dynamic
test functions. It also includes a dedicated PSO based neural
- 2013-05-21 21:52:47下载
- 积分:1
-
find_means
This is the final answer check it.
- 2011-04-24 00:55:37下载
- 积分:1
-
wavelet&denoise
自已编的图像处理,带GUI界面的彩色小波消噪程序等等,能进一步理解MATLAB在图像处理中的应用。(own series of image processing, with the color GUI interface wavelet denoising procedures, and so on. further understanding of MATLAB in image processing applications.)
- 2006-06-07 17:32:46下载
- 积分:1
-
SNR_Max_BSS
基于最大信噪比的盲源分离算法(附参考文章),能够分离线性混合的超高斯和亚高斯源信号, 并且可以有效地分离语音信号。((With reference to the article), can be separated and super-Gaussian linear mixed sub-Gaussian source signal to noise ratio based on the largest blind source separation algorithm, and can effectively separate the voice signal.)
- 2014-07-07 21:48:24下载
- 积分:1
-
hmgeivbd
有循环检测,周期性检测,LDPC码的完整的编译码,基于SVPWM的三电平逆变的matlab仿真,计算多重分形非趋势波动分析,实现了对10个数字音的识别程。(There are cycle detection, periodic testing, Complete codec LDPC code, Based on SVPWM three-level inverter matlab simulation, Calculate the multifractal trend fluctuation analysis, Realization of 10 digital audio recognition progra.)
- 2016-03-16 18:56:27下载
- 积分:1
-
Desktop
it is matlab m file
- 2010-08-15 08:17:10下载
- 积分:1
-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1