期刊文献+
共找到3,303篇文章
< 1 2 166 >
每页显示 20 50 100
Diagnosis of Disc Space Variation Fault Degree of Transformer Winding Based on K-Nearest Neighbor Algorithm
1
作者 Song Wang Fei Xie +3 位作者 Fengye Yang Shengxuan Qiu Chuang Liu Tong Li 《Energy Engineering》 EI 2023年第10期2273-2285,共13页
Winding is one of themost important components in power transformers.Ensuring the health state of the winding is of great importance to the stable operation of the power system.To efficiently and accurately diagnose t... Winding is one of themost important components in power transformers.Ensuring the health state of the winding is of great importance to the stable operation of the power system.To efficiently and accurately diagnose the disc space variation(DSV)fault degree of transformer winding,this paper presents a diagnostic method of winding fault based on the K-Nearest Neighbor(KNN)algorithmand the frequency response analysis(FRA)method.First,a laboratory winding model is used,and DSV faults with four different degrees are achieved by changing disc space of the discs in the winding.Then,a series of FRA tests are conducted to obtain the FRA results and set up the FRA dataset.Second,ten different numerical indices are utilized to obtain features of FRA curves of faulted winding.Third,the 10-fold cross-validation method is employed to determine the optimal k-value of KNN.In addition,to improve the accuracy of the KNN model,a comparative analysis is made between the accuracy of the KNN algorithm and k-value under four distance functions.After getting the most appropriate distance metric and kvalue,the fault classificationmodel based on theKNN and FRA is constructed and it is used to classify the degrees of DSV faults.The identification accuracy rate of the proposed model is up to 98.30%.Finally,the performance of the model is presented by comparing with the support vector machine(SVM),SVM optimized by the particle swarmoptimization(PSO-SVM)method,and randomforest(RF).The results show that the diagnosis accuracy of the proposed model is the highest and the model can be used to accurately diagnose the DSV fault degrees of the winding. 展开更多
关键词 transformer winding frequency response analysis(FRA)method K-Nearest Neighbor(KNN) disc space variation(DSV)
下载PDF
基于CNN-Transformer的自动泊车车位感知算法
2
作者 王玉龙 翁茂楠 +1 位作者 黄辉 覃小艺 《汽车技术》 CSCD 北大核心 2024年第8期1-6,共6页
为提高自动泊车成功率及准确性,首先基于卷积神经网络(CNN)模型对输入图像进行特征提取,然后利用Transfomer模型的“编码-解码”机制对CNN提取到的图像特征平铺后进行计算推理,通过前馈神经网络得到目标预测结果,最后基于180°广角... 为提高自动泊车成功率及准确性,首先基于卷积神经网络(CNN)模型对输入图像进行特征提取,然后利用Transfomer模型的“编码-解码”机制对CNN提取到的图像特征平铺后进行计算推理,通过前馈神经网络得到目标预测结果,最后基于180°广角鱼眼图像进行推理识别,车位角中心点和空车位入口中心点均采用二维坐标表示,降低了输出信息的冗余,优化了模型结构。测试结果表明,该算法能够较好地适应不同车位线划线方式和不同的自然环境,目标感知的召回率达到98%,车位角中心点定位平均误差小于3 cm,满足泊车系统对车位感知的鲁棒性、实时性和准确性要求。 展开更多
关键词 自动泊车 车位检测 视觉增强 卷积神经网络 transformER
下载PDF
Developing Operational Model for Heat Pumps as Space Heating and Domestic Hot Water Provider
3
作者 Rilwan Olaolu Oliyide Jose B. Hernandez 《Open Journal of Applied Sciences》 2024年第10期2880-2900,共21页
In the United Kingdom, means of meeting domestic heating is being electrified to decarbonise in effort to reduce the greenhouse gases emissions from the burning of natural gas. Therefore, the uptake of heat pumps is o... In the United Kingdom, means of meeting domestic heating is being electrified to decarbonise in effort to reduce the greenhouse gases emissions from the burning of natural gas. Therefore, the uptake of heat pumps is on the increase. The operation and working principle of heat pumps must be well understood in the investigations of their impacts on the grid and the grid assets, especially distribution transformers which could be overloaded due to higher peak load demand. This work develops an operational model of heat pumps as combined space heating and domestic hot water provider implemented in MATLAB. The developed operational model of heat pumps is adaptable and repeatable for different input parameters. The developed model is used to generate daily average demand profiles of heat pumps for a typical winter weekday and a typical summer weekday. The generated demand profiles of heat pumps by the developed model compared well with the demand profiles of heat pumps generated from actual field projects which are usually expensive and time-tasking. 展开更多
关键词 Heat Pumps Greenhouse Gases space Heating Domestic Hot Water transformER MATLAB
下载PDF
The Vertical Projection Model of Hyperbolic Space and Geometric Illustration of Special Relativity
4
作者 Weiyu Luo 《Journal of Applied Mathematics and Physics》 2024年第1期72-90,共19页
In this article, new visual and intuitive interpretations of Lorentz transformation and Einstein velocity addition are given. We first obtain geometric interpretations of isometries of vertical projection model of hyp... In this article, new visual and intuitive interpretations of Lorentz transformation and Einstein velocity addition are given. We first obtain geometric interpretations of isometries of vertical projection model of hyperbolic space, which are the analogues of the geometric construction of inversions with respect to a circle on the complex plane. These results are then applied to Lorentz transformation and Einstein velocity addition to obtain geometric illustrations. We gain new insights into the relationship between special relativity and hyperbolic geometry. 展开更多
关键词 Lorentz transformation Einstein Velocity Addition Hyperbolic space
下载PDF
基于Transformer的机动目标跟踪技术 被引量:2
5
作者 党晓方 蔡兴雨 《电子科技》 2023年第9期86-92,共7页
为解决递归神经网络(Recurrent Neural Network,RNN)和长短期记忆网络(Long Short-Term Memory,LSTM)在跟踪机动目标时,由于序列过长容易出现梯度消失和梯度爆炸导致目标发生机动后跟踪效果变差的问题,文中构建了一种基于Transformer的... 为解决递归神经网络(Recurrent Neural Network,RNN)和长短期记忆网络(Long Short-Term Memory,LSTM)在跟踪机动目标时,由于序列过长容易出现梯度消失和梯度爆炸导致目标发生机动后跟踪效果变差的问题,文中构建了一种基于Transformer的网络(Transformer-Based Network,TBN)来跟踪机动目标。该网络使用基于注意力机制设计的编码器提取目标序列的历史航迹特征,提高对目标机动情况的捕获能力。使用基于卷积网络设计的解码器输出最终的航迹序列,提高机动目标跟踪能力。通过中心最大值(Center-Max,CM)归一化方法,将所有序列减去其初值,降低了网络学习的复杂度,增强了网络的泛化性。实验结果证明,在存在机动情况的大规模航迹数据集下,与长短期记忆网络相比,CM归一化和TBN相组合的方法的位置精度提高了11.2%,速度精度提高了41.9%。文中所提方法在观测值存在缺失时仍能正确跟踪目标。 展开更多
关键词 机动目标跟踪 注意力机制 transformer网络 循环神经网络 长短期记忆网络 归一化 状态空间模型 神经网络
下载PDF
Strategies for multi-step-ahead available parking spaces forecasting based on wavelet transform 被引量:4
6
作者 JI Yan-jie GAO Liang-peng +1 位作者 CHEN Xiao-shi GUO Wei-hong 《Journal of Central South University》 SCIE EI CAS CSCD 2017年第6期1503-1512,共10页
A new methodology for multi-step-ahead forecasting was proposed herein which combined the wavelet transform(WT), artificial neural network(ANN) and forecasting strategies based on the changing characteristics of avail... A new methodology for multi-step-ahead forecasting was proposed herein which combined the wavelet transform(WT), artificial neural network(ANN) and forecasting strategies based on the changing characteristics of available parking spaces(APS). First, several APS time series were decomposed and reconstituted by the wavelet transform. Then, using an artificial neural network, the following five strategies for multi-step-ahead time series forecasting were used to forecast the reconstructed time series: recursive strategy, direct strategy, multi-input multi-output(MIMO) strategy, DIRMO strategy(a combination of the direct and MIMO strategies), and newly proposed recursive multi-input multi-output(RECMO) strategy which is a combination of the recursive and MIMO strategies. Finally, integrating the predicted results with the reconstructed time series produced the final forecasted available parking spaces. Three findings appear to be consistently supported by the experimental results. First, applying the wavelet transform to multi-step ahead available parking spaces forecasting can effectively improve the forecasting accuracy. Second, the forecasting resulted from the DIRMO and RECMO strategies is more accurate than that of the other strategies. Finally, the RECMO strategy requires less model training time than the DIRMO strategy and consumes the least amount of training time among five forecasting strategies. 展开更多
关键词 available PARKING spaceS MULTI-STEP AHEAD time series forecasting wavelet transform forecasting STRATEGIES recursive multi-input MULTI-OUTPUT strategy
下载PDF
DOOB'S INEQUALITY, BURKHOLDER-GUNDY INEQUALITY AND MARTINGALE TRANSFORMS ON MARTINGALE MORREY SPACES 被引量:1
7
作者 Kwok-Pun HO 《Acta Mathematica Scientia》 SCIE CSCD 2018年第1期93-109,共17页
We introduce the martingale Morrey spaces built on Banach function spaces. We establish the Doob's inequality, the Burkholder-Gundy inequality and the boundedness of martingale transforms for our martingale Morrey sp... We introduce the martingale Morrey spaces built on Banach function spaces. We establish the Doob's inequality, the Burkholder-Gundy inequality and the boundedness of martingale transforms for our martingale Morrey spaces. We also introduce the martingale block spaces. By the Doob's inequality on martingale block spaces, we obtain the Davis' decompositions for martingale Morrey spaces. 展开更多
关键词 Morrey spaces Banach function space block spaces Doob's inequality Burkholder-Gundy inequality martingale transform Davis' decomposition MARTINGALE
下载PDF
A New Kind of Two-Fold Integration Transformation in Phase Space and Its Uses in Weyl Ordering of Operators 被引量:3
8
作者 FAN Hong-Yi 《Communications in Theoretical Physics》 SCIE CAS CSCD 2008年第10期935-937,共3页
We propose a new two-fold integration transformation in p-q phase space∫∫^∞-∞dpdq/π e^2i(p-x)(q-y)f(p,q)≡G(x,y),which possesses some well-behaved transformation properties. We apply this transformation t... We propose a new two-fold integration transformation in p-q phase space∫∫^∞-∞dpdq/π e^2i(p-x)(q-y)f(p,q)≡G(x,y),which possesses some well-behaved transformation properties. We apply this transformation to the Weyl ordering of operators, especially those Q-P ordered and P-Q ordered operators. 展开更多
关键词 new two-fold integration transform phase space Weyl ordering of operators
下载PDF
Geographical Space Development Zone Classification:An Essential Guide for Transformation of Mountain Resource Cities 被引量:1
9
作者 ZHANG Jifei DENG Wei LIU Shaoquan 《Chinese Geographical Science》 SCIE CSCD 2015年第3期361-374,共14页
Sustainable development of mountain areas and resource cities has been a significant issue worldwide. Transformation of mountain resource cities is facing tremendous difficulties. In the context of National Major Func... Sustainable development of mountain areas and resource cities has been a significant issue worldwide. Transformation of mountain resource cities is facing tremendous difficulties. In the context of National Major Function-oriented Zone Planning raised to a national strategic level in China, it is important to effectively implement the planning by studying geographical space development zone classification of prefecture- and county-level cities based on their major function orientation. This research is even more critical for the transformation of mountain resource cities. In this study, we evaluated geographical space development suitability, and classified geographical space development zones for Dongchuan Distric in Kunming City of Yunan Province, China, a typical mountain resource city. A quantitative grid-based evaluation was conducted using key-factor identification and restrictive-supportive comprehensive index determinati based on a geographic information system framework with different source data. The results included a classification of geographical space of Dongchuan into five types: the prohibited development zone, the inappropriate development zone, the controlled development zone, the moderate development zone and the preferential development zone. The distribution characteristics of geographical space development zones showed that the proportion of the prohibited development zone is the highest, while that of the other four development zones is comparatively lower and significantly fragmented. The geographical space development suitability is greatly controlled by the geomorphic pattern. Although Dongchuan is extremely restrained in terms of suitable geographical space for industrialization and urbanization, it still has the certain preferential and moderate development zones with an area of 207.81 km2 with large parts being concentrated and contiguous, which makes these areas the most favorable for development. Only by adapting to this reality and implementing centralized development strategy in the regions with higher suitability may Dongchuan achieve smooth transformation from expansion mode to compact mode and its sustainable development capacity may be improved. Suggestions with an angle of industrial and spatial development pattern were put forward for the transformation of the city in future. 展开更多
关键词 geographical space development suitability mountain resource city transformation of resource cities
下载PDF
A CHARACTERISTIC OF RIEMANNIAN SPACES ADMITTING QUASI-CONCIRCULAR TRANSFORMATION 被引量:2
10
作者 李中林 《Acta Mathematica Scientia》 SCIE CSCD 1991年第1期56-64,共9页
In this paper, we have considered some properties of quasi-umbilical hypersurfaces of a Riemannian space and obtained a characteristic of Riemannian spaces admitting quasi-concircular transformation.
关键词 A CHARACTERISTIC OF RIEMANNIAN spaceS ADMITTING QUASI-CONCIRCULAR transformATION
下载PDF
Elastic Collisions in Minkowski Momentum Space with Lorentz Transformations 被引量:1
11
作者 Akihiro Ogura 《World Journal of Mechanics》 2019年第12期267-284,共18页
We reexamined the elastic collision problems in the special relativity for both one and two dimensions from a different point of view. In order to obtain the final states in the laboratory system of the collision prob... We reexamined the elastic collision problems in the special relativity for both one and two dimensions from a different point of view. In order to obtain the final states in the laboratory system of the collision problems, almost all textbooks in the special relativity calculated the simultaneous equations. In contrast to this, we make a detour through the center-of-mass system. The two frames of references are connected by the Lorentz transformation with the velocity of the center-of-mass. This route for obtaining the final states is easy for students to understand the collision problems. For one dimensional case, we also give an example for illustrating the states of the particles in the Minkowski momentum space, which shows the whole story of the collision. 展开更多
关键词 RELATIVISTIC ELASTIC COLLISION MINKOWSKI MOMENTUM space LORENTZ transformation
下载PDF
Some Estimates for the Fourier Transform on Rank 1 Symmetric Spaces
12
作者 M.El Hamma R.Daher A.Akhlidj 《Analysis in Theory and Applications》 CSCD 2018年第2期103-111,共9页
Two estimates useful in applications are proved for the Fourier transform in the space L^2(X), where X a symmetric space, as applied to some classes of functions characterized by a generalized modulus of continuity.
关键词 FOURIER transform generalized CONTINUITY MODULUS symmetric space
下载PDF
A whole-space transform formula of cylindrical wave functions for scattering problems 被引量:1
13
作者 Yuan Xiaoming 《Earthquake Engineering and Engineering Vibration》 SCIE EI CSCD 2014年第1期23-28,共6页
The theory of elastic wave scattering is a fundamental concept in the study of elastic dynamics and wave motion,and the wave function expansion technique has been widely used in many subjects.To supply the essential t... The theory of elastic wave scattering is a fundamental concept in the study of elastic dynamics and wave motion,and the wave function expansion technique has been widely used in many subjects.To supply the essential tools for solving wave scattering problems induced by an eccentric source or multi-sources as well as multi-scatters,a whole-space transform formula of cylindrical wave functions is presented and its applicability to some simple cases is demonstrated in this study.The transforms of wave functions in cylindrical coordinates can be classifi ed into two basic types: interior transform and exterior transform,and the existing Graf’s addition theorem is only suitable for the former.By performing a new replacement between the two coordinates,the exterior transform formula is fi rst deduced.It is then combined with Graf’s addition theorem to establish a whole-space transform formula.By using the whole-space transform formula,the scattering solutions by the sources outside and inside a cylindrical cavity are constructed as examples of its application.The effectiveness and advantages of the whole-space transform formula is illustrated by comparison with the approximate model based on a large cycle method.The whole-space transform formula presented herein can be used to perform the transform between two different cylindrical coordinates in the whole space.In addition,its concept and principle are universal and can be further extended to establish the coordinate transform formula of wave functions in other coordinate systems. 展开更多
关键词 scattering transform of wave functions whole-space transform eccentric source multi-sources multi-scatters
下载PDF
Riesz Transforms Associated with Schrdinger Operators Acting on Weighted Hardy Spaces
14
作者 Hua Wang 《Analysis in Theory and Applications》 CSCD 2015年第2期138-153,共16页
Let L = -△+V be a Schrodinger operator acting on L^2(R^n), n ≥ 1, where V ≠ 0 is a nonnegative locally integrable function on R^n. In this article, we will introduce weighted Hardy spaces Hp (w) associated wit... Let L = -△+V be a Schrodinger operator acting on L^2(R^n), n ≥ 1, where V ≠ 0 is a nonnegative locally integrable function on R^n. In this article, we will introduce weighted Hardy spaces Hp (w) associated with L by means of the square function and then study their atomic decomposition theory. We will also show that the Riesz transform △↓L^-1/2 associated with L is bounded from our new space HP(w) to the classical weighted Hardy sp ace HP ( w ) when n / (n + 1 ) 〈 p 〈 1 and w ∈ A 1 ∩ R H( 2 / p )'. 展开更多
关键词 Weighted Hardy space Riesz transform SchrOdinger operator atomic decomposi-tion Ap weight.
下载PDF
A Modified T/2 Fractionally Spaced Coordinate Transformation Blind Equalization Algorithm 被引量:3
15
作者 Yecai GUO Xueqing ZHAO +1 位作者 Zhenxin LIU Min GAO 《International Journal of Communications, Network and System Sciences》 2010年第2期183-189,共7页
When T/2 Fractionally Spaced blind Equalization Algorithm based Constant Modulus Algorithm (T/2-FSE- CMA) is employed for equalizing higher order Quadrature Amplitude Modulation signals (QAM), it has disadvantages of ... When T/2 Fractionally Spaced blind Equalization Algorithm based Constant Modulus Algorithm (T/2-FSE- CMA) is employed for equalizing higher order Quadrature Amplitude Modulation signals (QAM), it has disadvantages of low convergence speed and large Mean Square Error (MSE). For overcoming these disadvantages, a Modified T/2 Fractionally Spaced blind Equalization algorithm based on Coordinate Transformation and CMA (T/2-FSE-MCTCMA) was proposed by analyzing the character of 16QAM signal constellations. In the proposed algorithm, real and imaginary parts of input signal of T/2 fractionally spaced blind equalizer are equalized, respectively, and output signals of equalizer are transformed to the same unit circle by coordinate transformation method, a new error function is defined after making coordinate transformation and used to adjust weight vector of T/2 fractionally spaced blind equalizer. The proposed algorithm can overcome large misjudgments of T/2 fractionally spaced blind equalization algorithm for equalizing multi-modulus higher order QAM. Simulation results with underwater acoustic channel models demonstrate that the proposed T/2-FSE-MCTCMA algorithm outperforms T/2 Fractionally Spaced blind Equalization algorithm bas-ed on Coordinate Transformation and CMA (T/2-FSE-CTCMA) and the T/2-FSE-CMA in convergence rate and MSE. 展开更多
关键词 BLIND EQUALIZATION UNDERWATER Acoustic Channel Coordinate-transformation Fractionally spaced EQUALIZER
下载PDF
An Orthogonal Wavelet Transform Fractionally Spaced Blind Equalization Algorithm Based on the Optimization of Genetic Algorithm
16
作者 廖娟 郭业才 季童莹 《Defence Technology(防务技术)》 SCIE EI CAS 2011年第2期65-71,共7页
An orthogonal wavelet transform fractionally spaced blind equalization algorithm based on the optimization of genetic algorithm(WTFSE-GA) is proposed in viewof the lowconvergence rate,large steady-state mean square er... An orthogonal wavelet transform fractionally spaced blind equalization algorithm based on the optimization of genetic algorithm(WTFSE-GA) is proposed in viewof the lowconvergence rate,large steady-state mean square error and local convergence of traditional constant modulus blind equalization algorithm(CMA).The proposed algorithm can reduce the signal autocorrelation through the orthogonal wavelet transform of input signal of fractionally spaced blind equalizer,and decrease the possibility of CMA local convergence by using the global random search characteristics of genetic algorithm to optimize the equalizer weight vector.The proposed algorithm has the faster convergence rate and smaller mean square error compared with FSE and WT-FSE.The efficiency of the proposed algorithm is proved by computer simulation of underwater acoustic channels. 展开更多
关键词 information processing technique genetic algorithm orthogonal wavelet transform fractionally spaced equalizer blind equalization underwater acoustic channel
下载PDF
A Summary of Research on Urban Village Transformation in China from the Perspective of Architectural Spaces
17
作者 HU Jing SHEN Ying 《Journal of Landscape Research》 2019年第5期70-74,80,共6页
Based on the rational classification and screening of the literature related to the transformation of urban villages in China,this paper studied the research framework of the architectural space field in the study of ... Based on the rational classification and screening of the literature related to the transformation of urban villages in China,this paper studied the research framework of the architectural space field in the study of urban village transformation,and analyzed the research status of architectural spaces and users in the process of urban village transformation,proposed four research contents of urban village transformation,namely,promoting space rights for all types of people to live on an equal footing,paying attention to the renewal and rejuvenation of urban areas,attaching importance to the technical methods of space construction,and ensuring flexible and diverse space construction methods,and summed up the necessity of carrying out research on urban village transformation in the field of architectural space construction. 展开更多
关键词 Urban VILLAGE transformATION ARCHITECTURAL space construction RESEARCH content RESEARCH RESULT
下载PDF
BANACH SPACES AND INEQUALITIES ASSOCIATED WITH NEW GENERALIZATION OF CESàRO MATRIX 被引量:1
18
作者 Feyzi BASAR Hadi ROOPAEI 《Acta Mathematica Scientia》 SCIE CSCD 2023年第4期1518-1536,共19页
Let the triangle matrix A^(ru)be a generalization of the Cesàro matrix and U∈{c_(0),c,l_(∞)}.In this study,we essentially deal with the space U(A^(ru))defined by the domain of A^(ru)in the space U and give the ... Let the triangle matrix A^(ru)be a generalization of the Cesàro matrix and U∈{c_(0),c,l_(∞)}.In this study,we essentially deal with the space U(A^(ru))defined by the domain of A^(ru)in the space U and give the bases,and determine the Kothe-Toeplitz,generalized K?theToeplitz and bounded-duals of the space U(A^(ru)).We characterize the classes(l_(∞)(A^(ru)):l_(∞)),(l_(∞)(A^(ru)):c),(c(A^(ru)):c),and(U:V(A^(ru)))of infinite matrices,where V denotes any given sequence space.Additionally,we also present a Steinhaus type theorem.As an another result of this study,we investigate the l_(p)-norm of the matrix A^(ru)and as a result obtaining a generalized version of Hardy's inequality,and some inclusion relations.Moreover,we compute the norm of well-known operators on the matrix domain l_(p)(A^(ru)). 展开更多
关键词 matrix domain normed sequence space duals and matrix transformations
下载PDF
The Berezin Transform and Radial Operators on the Weighted Bergman Space of the Unit Ball
19
作者 鲁美麟 李德生 关洪岩 《Chinese Quarterly Journal of Mathematics》 2015年第1期47-54,共8页
In this paper, we analyze a class of bounded radial operators on the weighted Bergman space A2α(Bn, d Vα), we get that these kinds of operators are diagonal with respect to the standard orthonomal basis. We also inv... In this paper, we analyze a class of bounded radial operators on the weighted Bergman space A2α(Bn, d Vα), we get that these kinds of operators are diagonal with respect to the standard orthonomal basis. We also investigate the connection between compactness of operators and the boundary behaviour of the corresponding Berezin transform. We further study a special class of radial operators, i.e., Toeplitz operators with a radial L1 symbol. 展开更多
关键词 weighted Bergman space Berezin transform Radial operators Toeplitz operators
下载PDF
Variable stiffness control algorithm for high-rising buildings of closely spaced frequencies based on wavelet transforms
20
作者 滕军 鲁志雄 闫安志 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2010年第5期600-606,共7页
To establish the algorithm of SAT-TMD system with the wavelet transform(WT),the modal mass participation ratio is proposed to distinguish if the high-rising structure has the characteristic of closely distributed freq... To establish the algorithm of SAT-TMD system with the wavelet transform(WT),the modal mass participation ratio is proposed to distinguish if the high-rising structure has the characteristic of closely distributed frequencies.A time varying analytical model of high-rising structure such as TV-tower with the SAT-TMD is developed.The proposed new idea is to use WT to identify the dominant frequency of structural response in a segment time,and track its variation as a function of time to retune the SAT-TMD.The effectiveness of SAT-TMD is investigated and it is more robust to change in building stiffness and damping than that of the TMD with a fixed frequency corresponding to a fixed mode frequency of the building.It is proved that SAT-TMD is particularly effective in reducing the response even when the building stiffness is changed by ±15%;whereas the TMD loses its effectiveness under such building stiffness variations. 展开更多
关键词 variable stiffness control semi-active tunable TMD(SAT-TMD) wavelet transforms closely spaced frequencies modal mass participation ratio
下载PDF
上一页 1 2 166 下一页 到第
使用帮助 返回顶部