Search Comments and Ratings

go

Comments and Ratings

   
Date File Comment by Comment Rating
11 Nov 2009 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Lee, Jinsuk

I have temperature data over time and derive a fatigue model. Using this rainflow counting, I want to get data with three parameters, which are Max_termperature, each cycle time, amplitude (max-min). Is anyone knowing if this package can provide this kind of data? I appreciate.

05 Nov 2009 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Sampathkumar, S_Sampathkumar

On Elena Menéndez's question above, is there an answer. I am finding that amplitude is half the range as well in this method.? Anyone knows why?

"I have noticed one important difference in the rainflow when compared with the rutine used by the software Bladed. The latter always assigns one full cycle to the range (max-min) of the timeseries. However, your rutine assigns 0.5 cycles to this range. Which one is more accurate? "
 

18 Oct 2009 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Andreas

I found out that my first error came from a conflict caused by a similar filename and function name (Rainflow.m/rainflow) But now my error is:
??? Undefined function or method 'rainflow' for input arguments of type
'double'.

Error in ==> testinterpolasjon at 19
rf = rainflow(ext,exttime);

I'm running Matlab release 2009a

18 Oct 2009 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Andreas

I can't get this working. I try the rfdemo1 using the syntax found in the rfdemo1.m, f.ex.
rfdemo1([2 3 2 4 2 5 1 6])

My error output is
>> rfdemo1([2 3 2 4 2 5 1 6])
??? Attempt to execute SCRIPT rainflow as a function:
C:\Users\Andreas\Documents\MATLAB\Rainflow cycle counting\rainflow.m

Error in ==> rfdemo1 at 35
a=rainflow(ext,1);
 
>>

Anyone know why?

30 Apr 2009 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony q, ap1le

very good

02 Dec 2008 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Menéndez, Elena

Hello

I have noticed one important difference in the rainflow when compared with the rutine used by the software Bladed. The latter always assigns one full cycle to the range (max-min) of the timeseries. However, your rutine assigns 0.5 cycles to this range. Which one is more accurate?
Thank you

19 Sep 2008 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony R, Filip

Hello
Does anyone know how to get output data from rfdemo1? Because i noticed that rainflow.m is not accurate with larger amount of data. Thank you

12 Sep 2008 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony a, santosh

04 Aug 2008 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Chang, Craig

great tool. Detail doc, easy to use. Excelent.

09 Jul 2008 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony DORE, Félix

18 Jun 2008 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony C.R, SENTHILKUMAR

08 Apr 2008 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony gupt, syna

I used this toolbox but the result seems not correct....

07 Jan 2008 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Abdelkrim, aid

11 Dec 2007 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Adewuyi, Philips

I have been looking for materials that treat the subject of rainflow counting methods for fatigue analysis of structures.

04 Nov 2007 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony mohamed, nasri

methode de rainflow par matlab

27 Oct 2007 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Liao, Jenyi

19 Sep 2007 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Outcalt, David

Do you have a commented version of the C code? I find it difficult to follow.

11 Sep 2007 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Pandey, Achalesh

11 Aug 2007 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony fahruddin, arif

I'm master student, my thesis about fatigue in variable amplitude, random loaing. Have you a solution. Thank You

01 Aug 2007 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Miranda, Carmem

I am taking Master course in Brazil. My research is on fatigue. I have difficulties to understand the input data for your program “Rainflow Couting Method”. I need a tutorial to the program and/or an input file example. Can you help me?
Thanks for attention

31 May 2007 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Genc, Kerim

Excellent code, very useful. I validated and understood it through trials with small data sets before moving onto huge force-time curves. Make sure that you understand that amplitude is in terms of a sinusoid, therefore the magnitude of the peaks are actually twice the amplitude indicated. Also, Half cycles can be a bit confusing at first, since this is not a "closed loop" rainflow counting method, you just have to combine the half cycles.

21 Mar 2007 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony zulkiffli, rafiq

hello,
i have 1 nonlinear equation with 2 unknowns, can u give the example solution using matlab??..this is my equation is
(0.003005*Nf^-0.072)+(0.8419*Nf^-0.56654)-((6.571*10^-7)*0.5)=0

14 Mar 2007 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony rafiq, Muhd

thanks for the advice..but im still got problem coding in Matlab, because i cannot get the peak and valley reversal first..my data length is 32000 and sampling frequency is 200...can u give me some idea...
 

05 Feb 2007 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony zulkiffli, muhd rafiq

show the code for rain flow cycle counting

01 Feb 2007 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Nieslony, Adam

Hi Rafiq Zulkiffli,

Some years ago I wrote the rainflow function in MATLAB Script (m-file). Unfortunately the function worked very, very slow, because many iterations in the rainflow algorithm appears. So, I decide to create mex function where the time consuming iterations realized faster. Be sure, with ?the soft code? you cant count the cycles in sensible time. Look on the ?rainflow.c? file and try to understand the C code lines.

Best regards, Adam Nieslony

28 Jan 2007 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony zulkiffli, rafiq

need to show the soft code

15 Dec 2006 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Hoehler, Matthew

A very useful tool! It is fast, robust and did just what I needed; no more, no less.

14 Sep 2006 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony raj, gov

good approach

10 Jul 2006 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Stevenson, Andy

This is an excellent tool. I made a couple of short example problems to understand the output and once I did that I'm using the program at work. The rfdemo2 code is especially cool for showing others how rainflow counting works.

10 May 2006 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Gupta, Vikas

This is very best in lot of applications.

25 Jan 2006 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Hughes, Sarah

Functionally this program is excellent, and produces results that are consistent with the ASTM standard. As with other users, it took me a while to realise that amplitude means amplitude and not range, but that's my fault for not reading it properly. I would appreciate some more explanation of the meaning of the half-cycles which I haven't encountered in other software, as I'm not sure how best to process these.

24 Jan 2006 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Quinn, Joe

Dr. Nieslony has developed a Rainflow counting application which we used to validate our impemtation of the ASME standard.
Once you know that his cycle size is peak and not peak to peak you can adjust (X2) and then it worked 100%.
Bins boundaries are based on the midpoint between succesive bin midpoints. This caused some juggling to match our method which specifies bin edge directly.
Otherwise, it was accuarate and easy to modify for graphing and printouts.

I am certain that had I been able to read it the Polish comments would have further added to my understanding of the code.

26 Nov 2005 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony matt, matt

Once the entry vector is too large, it doesn't work. Who can help me?

24 Nov 2005 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony hh, hh

21 Sep 2005 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony shine, BB

This program is perfect to me... thanks..

08 Sep 2005 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Bednarek, Tomasz

14 Mar 2005 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony abdelkrim, aid

- the version matlab does not go
- I need the module mex.h
 
 

14 Jan 2005 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Dossing, Ole

This is a very fine application, not to mention the latest additions. We have used the the rainflow in a stay bridge for fatigue monitoring on critical structures.

19 Dec 2004 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony alat, muh

01 Dec 2004 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Grobler, Steve

Found teh demo quite informative. Would be helpful if the rainflow results could be arranged in a matrix of cycle counts, with the rows representing the mean, and the columns representing the ranges. Also be helpful if the "leftover" 1/2 cycles could be combined into full cycles and included in the matrix.

01 Jun 2004 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony miloudi, abdelkader

15 Apr 2004 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony shukla, reshu

i want to know that the information about the counting method

29 Jan 2004 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Kay, Jim

Program works well; does not produce histograms, you need to extract these yourself (watch out for half-cylcles).
Checked against "Simple rainflow counting algorithms" (1 pass methdo), Downing and Socie; got the same results.

24 Jul 2003 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Amigo, Zbo

Lang naar gezocht, maar nu heb ik het dankzij ZBO!

24 Jul 2003 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony zbo, marc

helemaal top. Mijn dag is gelijk goed

16 Jul 2003 Rainflow Counting Algorithm Very fast rainflow cycle counting for MATLAB Author: Adam Nieslony Sang Hui, Yu

This is the program that I want to find

 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com