CN113655419A - Method for measuring magnetic performance of material through hysteresis loop - Google Patents

Method for measuring magnetic performance of material through hysteresis loop Download PDF

Info

Publication number
CN113655419A
CN113655419A CN202110953862.6A CN202110953862A CN113655419A CN 113655419 A CN113655419 A CN 113655419A CN 202110953862 A CN202110953862 A CN 202110953862A CN 113655419 A CN113655419 A CN 113655419A
Authority
CN
China
Prior art keywords
sample
electromagnet
measured
magnetic
value
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110953862.6A
Other languages
Chinese (zh)
Other versions
CN113655419B (en
Inventor
唐笑年
易维云
苏清萍
李竹
邓子豪
张昊雯
吴豪
王崇柏
王赞昆
朱柏荣
戴奇轩
唐瑨岚
郭莹
郑佩琳
段彬
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jilin University
Original Assignee
Jilin University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Jilin University filed Critical Jilin University
Priority to CN202110953862.6A priority Critical patent/CN113655419B/en
Publication of CN113655419A publication Critical patent/CN113655419A/en
Application granted granted Critical
Publication of CN113655419B publication Critical patent/CN113655419B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R33/00Arrangements or instruments for measuring magnetic variables
    • G01R33/12Measuring magnetic properties of articles or specimens of solids or fluids
    • G01R33/14Measuring or plotting hysteresis curves

Abstract

The invention relates to a method for measuring the magnetic performance of a material through a hysteresis loop, which comprises the following steps: measuring and recording no-load data within a certain time before measurement, calibrating a measuring device, starting a formal experiment to obtain the corresponding hysteresis loop data of the sample to be measured, and identifying and comparing the measured image with the library image by an image processing method so as to analyze the magnetic performance of the measured material. The detection method provided by the invention mainly depends on the analysis algorithm of a computer in the analysis process, the cost is lower, and the adopted detection device has the advantages of simple structure, low manufacturing cost and convenient operation; the invention can analyze the incomplete curve, and simultaneously, the invention can not only analyze various performance parameters of the sample aiming at the hysteresis loop of the sample, but also judge the material of the substance according to the parameters to judge whether the substance contains impurities, and has the advantages of high testing speed, high efficiency and high accuracy.

Description

Method for measuring magnetic performance of material through hysteresis loop
Technical Field
The invention relates to a method for measuring magnetic performance, in particular to a method for measuring the magnetic performance of a material through a hysteresis loop.
Background
At present, the models of the hysteresis loop common measuring instruments comprise an AMH-4020 hysteresis loop measuring instrument, a DH4516 hysteresis loop tester and the like, the instruments are generally complex, the operation is not visual and simple enough, the number of steps needing manual operation is large, the interference is eliminated by using a complex experimental device, the braking degree is low, the testing speed is low, the accuracy is low, and the popularization degree is low. At present, the method makes a major breakthrough in the fields of computer technology and experimental data processing, can optimize the determination method of the magnetic performance of the material by further processing data in combination with the related technology instead of eliminating interference by using a complex experimental device, and thus, a more portable device is used for detection.
Disclosure of Invention
In order to solve the above technical problems, the present invention provides a method for measuring the magnetic properties of a material through a hysteresis loop, comprising the steps of:
before a sample to be measured is measured, a measuring device is started, the sample to be measured is not placed, no-load data within a certain time is measured and recorded, and errors generated by experimental data are eliminated in a formal experiment;
calibrating a measuring device, testing by using an iron standard sample, comparing and analyzing data obtained by theory and experiment to obtain a corresponding correction coefficient, correcting the data of the measuring device, and using an electromagnet to perform the following magnetic force equation of the sample:
Figure BDA0003219615180000011
wherein: f is the magnitude of the magnetic force applied to the sample, μ0Is a vacuum magnetic conductivity; s0Is the area of the sample measured in m2(ii) a N is the number of turns of the magnet exciting coil of the electromagnet, and I is exciting current passing through the magnet exciting coil, and the unit is A; l is the air gap length;
after the measuring device is calibrated, the detected surface of the sample to be measured is opposite to the electromagnet of the measuring device and is placed on a sample support of the measuring device, the current passing through the electromagnet is zero, a formal experiment is started, the current input into the electromagnet is controlled to change gradually from small to large, the magnetic field intensity of the sample to be measured and corresponding change data measured by the force sensor are recorded, when the data reach a peak value, the current is controlled to be changed from large to small, and the like, and hysteresis loop data corresponding to the sample to be measured are obtained; the relationship between the magnetic field intensity and the current passing through the electromagnet is as follows:
Figure BDA0003219615180000021
in the formula: h is the magnetic field intensity with the unit of A/m; n is the number of turns of the magnet exciting coil of the electromagnet; i is electromagnet exciting current, and the unit is A; le is the effective magnetic path length of the sample to be measured, and the unit is m;
the force F' measured by the force sensor is firstly subtracted from the gravity G of the object0And obtaining a real magnetic force F, wherein the sliding weighted average filtering processing is carried out because more noise points exist in the measuring process of the force sensor, and the formula is as follows:
Figure BDA0003219615180000022
the step length of the sliding window is set to be 3, and the weight is set to be w1=0.25,w2=0.5,w30.25. After denoising, obtaining a more real magnetic force value;
by the formula:
B=μ0(M+H)
Figure BDA0003219615180000023
converting F into magnetization M, changing H value by changing current value I, and drawing an experimental curve M-H corresponding to different magnetization M values; in the formula: b is the magnetic induction in the air gap between the sample to be tested and the electromagnet, A0Is the sectional area of the air gap, xi is the correction coefficient, obtained by calibrating the measuring device; k is a constant;
if M-H is a straight line, the non-ferromagnetic object can be judged, and subsequent calculation is not needed; if M-H is a curve, further matching:
adopting opencv in computer vision, taking an experimental curve as an image kernel to be detected, taking known hysteresis loops of various materials with standard sizes as a template, and matching the kernel and windows of the template one by one; the method comprises the following concrete steps:
after an M-H image of a sample to be detected is drawn, graying the image, and setting a threshold value for binarization processing to ensure that the image is not black or white and has clear outline;
then drawing an outer contour by using cvFindCountours (), then using cvBoundingget () to circumscribe a rectangular boundary to obtain a shape value, and using the shape value as the size of a window matrix; the template processing is carried out graying and binaryzation in advance, and a window frame is used for extracting an area; the original image starts to slide on the template as a kernel, the similarity degree of the kernel and the position of the template covered by the image is calculated, and the similarity detection is carried out by using a cv2.TM _ CCOEFF _ NORMED function, wherein the similarity detection adopts a normalized correlation coefficient:
Figure BDA0003219615180000031
in the formula:
Figure BDA0003219615180000032
Figure BDA0003219615180000033
r (x, y) is a normalized correlation coefficient of a window with a point (x, y) as a center, a numerator is the inner product sum of a relative value of the template to the mean value and a relative value of the image to the mean value, a denominator is normalization processing, and the more relevant the correlation coefficient is, the higher the similarity degree is; the values of the correlation coefficients of the windows form a new matrix T*Obtaining T by using minMaxloc () function*And the respective corresponding window center value positions;
the window corresponding to the central value (x, y) is the area to be found in the template T, and the material category can be known by checking the characteristic curve of which material the whole curve corresponding to the area belongs to; from the slope of the starting point and the end of the window, according to the formula
M=xmH
The magnetic susceptibility of the object before detection and the magnetic susceptibility of the object after detection are obtained.
The procedure for calibrating the assay device is as follows:
the iron standard sample is placed on the sample support, the computer sends a signal, so that the current flowing through the electromagnet is gradually increased from zero until saturation, then is decreased from large to small and reversely reaches saturation, and by analogy, the hysteresis loop curve of the iron standard sample is recorded.
The measuring device comprises a base, an electromagnet, a support column, a parallel beam type force sensor, a sample support and a control system, wherein the electromagnet is arranged at one end of the base, and the support column is arranged at the other end of the base; one end of the parallel beam type force sensor is connected with the top end of the support column, the other end of the parallel beam type force sensor is connected with the sample support, and the sample support is positioned above the electromagnet; the control system is arranged on the support column and comprises a controller, a switch, a signal transmission module and a power supply module, the controller is arranged in the support column and is respectively connected with the electromagnet and the parallel beam type force sensor, and the switch, the signal transmission module and the power supply module are arranged on the surface of the support column and are respectively connected with the controller; the signal transmission module is connected with the computer, and the power supply module is connected with the power supply. The switch control device is turned on or turned off, the controller adjusts the current flowing through the electromagnet according to the computer instruction, meanwhile, data signals of the parallel beam type force sensor are collected, and the signal transmission module connects the controller with the computer for data interactive transmission.
The invention has the beneficial effects that:
the detection method provided by the invention mainly depends on the analysis algorithm of a computer in the analysis process, the cost is lower, and the adopted detection device has the advantages of simple structure, low manufacturing cost and convenient operation; different from the conventional method for measuring the hysteresis loop, the method can also analyze the incomplete curve if the electromagnet cannot reach the external magnetic field required by the saturation magnetization of the material. Meanwhile, the invention can analyze various performance parameters of the hysteresis loop of the sample, and can judge the material of the substance according to the parameters to judge whether the measured substance contains impurities, and the test speed is high, the efficiency is high, and the accuracy is high.
Drawings
FIG. 1 is a schematic view of the structure of an assay device according to the present invention;
FIG. 2 is a diagram illustrating the effect of three noise filtering modes according to an embodiment of the present invention;
1. base 2, electro-magnet 3, support column 4, parallel beam formula force transducer
5. The device comprises a sample support 6, a switch 7, a signal transmission module 8 and a power supply module.
Detailed Description
Please refer to fig. 1:
the invention provides a method for measuring the magnetic performance of a material through a hysteresis loop, which comprises the following steps:
before a sample to be measured is measured, a measuring device is started, the sample to be measured is not placed, no-load data within a certain time is measured and recorded, and errors generated by experimental data are eliminated in a formal experiment;
calibrating a measuring device, testing by using an iron standard sample, placing the iron standard sample on a sample support, sending a signal by a computer, so that the current flowing through an electromagnet is gradually increased from zero until saturation, then is decreased from large to small, and reversely reaches saturation, and by analogy, recording a hysteresis loop curve of the iron standard sample; after comparing and analyzing data obtained by theory and experiment, obtaining corresponding correction coefficient, correcting data of the measuring device, and making the magnetic force equation of the electromagnet on the sample as follows:
Figure BDA0003219615180000051
wherein: f is the magnitude of the magnetic force applied to the sample, μ0Is a vacuum magnetic conductivity; s0Is the area of the sample measured in m2(ii) a N is the number of turns of the magnet exciting coil of the electromagnet, I is the exciting current passed by the magnet coil, and the unit is A; l is the air gap length;
after the measuring device is calibrated, the detected surface of the sample to be measured is opposite to the electromagnet of the measuring device and is placed on a sample support of the measuring device, the current passing through the electromagnet is zero, a formal experiment is started, the current input into the electromagnet is controlled by a control system to gradually change from small to large, the magnetic field intensity of the sample to be measured and corresponding change data measured by a force sensor are recorded, when the data reach a peak value, the current is controlled to be reduced from large to small, and the like, and hysteresis loop data corresponding to the sample to be measured are obtained; the relationship between the magnetic field intensity and the current passing through the electromagnet is as follows:
Figure BDA0003219615180000061
in the formula: h is the magnetic field intensity with the unit of A/m; n is the number of turns of the magnet exciting coil of the electromagnet; i is electromagnet exciting current, and the unit is A; le is the effective magnetic path length of the sample to be measured, and the unit is m;
the core idea of the invention is to convert the measured F-H curve into an M-H curve, namely a hysteresis loop measured by experiments, to use the known hysteresis loops of various material standard sizes as templates, to perform similarity detection by using correlation coefficient normalization, to perform template matching, and to match a window capable of minimizing the cost function in the templates. Therefore, whether the object to be detected is a ferromagnetic object or not is detected, and if the object to be detected is a ferromagnetic object, which material is further determined, the magnetization intensity of the object is determined.
Since the most essential feature of a ferromagnetic object is that the permeability μ varies with the applied field strength H, the permeability μ of a non-ferromagnetic object is constant. By the following formula:
B=μ0(M+H) (1)
M=χmH (2)
μr=1+χm (3)
B=μ0(1+χm)H=μ0μrH=μH (4)
where B is the magnetic induction, M is the magnetization, H is the magnetic field strength, χmIs magnetic susceptibility, mu0Is a vacuum permeability, murAs the relative permeability, μ is the permeability. It can be concluded that the hysteresis loop of a ferromagnetic object essentially has a different tendency to increase or decrease the susceptibility at different magnetic field strengths H. And objects made of different materials have different increasing or decreasing tendencies of magnetic susceptibility under the same magnetic field intensity H. I.e. the variation trend of the slope of the M-H image, and the ability to distinguish different materials.
The parallel beam type force sensor has the advantages that the force sensing is sensitive, and the measured force F' should be firstly reduced to reduce the self gravity G of an object0And obtaining the real magnetic force F, wherein the filtering processing is needed because the noise points are more in the measuring process of the sensor. The effect of the three noise filtering modes of the moving median, the moving average and the moving weighted average is shown in fig. 2, and it can be seen that the filtering effect of the moving weighted average is the best.
Here, a moving weighted average filtering process is performed as in equation (5)
Figure BDA0003219615180000071
The step length of the sliding window is set to be 3, and the weight is set to be w1=0.25,w2=0.5,w30.25. And after denoising, obtaining a more real magnetic force value. Is given by the formula (6)
Figure BDA0003219615180000072
B is the magnetic induction in the air gap between the sample to be tested and the electromagnet, A0The cross-sectional area of the air gap is the size of the sample to be tested, and the device has limited the size of the sample to be tested, and in the embodiment, the cross-sectional area is 1cm × 1mm, S ═ 1c square meter, and ξ is a correction coefficient. k is a constant value and k is a constant value,
Figure BDA0003219615180000073
that is to say
Figure BDA0003219615180000074
Since k is greatly influenced by the environment, when the iron standard sample is used for calibration, the experimental value and the theoretical value are compared to obtain a correction coefficient xi. F is converted into magnetization M by the formulas (1) and (6), while the value of H can be changed by changing the current value I in the experiment, and an experiment curve M-H can be drawn corresponding to different values of magnetization M.
If M-H is a straight line, the non-ferromagnetic object can be judged, and subsequent calculation is not needed; if M-H is a curve, further matching;
since the permeability μ before detection, that is, the magnetization M after conversion cannot be determined by the sample to be measured, the point where the values of the experimental graph and the template graph H are the same cannot be simply regarded as the same point. And the magnetizing saturation point of the object can not be reached because the magnetic energy can not be ensured to be added to the object. It is decided that the invention does not follow a complete hysteresis loop but a certain section of a hysteresis loop wire.
Dynamic linearization is not accurate enough, and a large number of learning samples are needed for support vector machines and deep learning. Therefore, the opencv in computer vision is adopted, the experimental curve is used as the image kernel to be tested, the known hysteresis loops of various materials and standard sizes are used as the template, and the kernel is matched with the windows of the template one by one; the method comprises the following concrete steps:
after an M-H image of a sample to be detected is drawn, graying the image to ensure that each pixel point of the image outputs not three rgb channel values but a gray value, and then setting a threshold value to carry out binarization processing to ensure that the image is 'non-black, namely white' and has clear outline;
then drawing an outer contour by using cvFindCountours (), then using cvBoundingget () to circumscribe a rectangular boundary to obtain a shape value, and using the shape value as the size of a window matrix; the template processing is carried out graying and binaryzation in advance, and a window frame is used for extracting an area; the template matching and convolution principles are similar, an original image starts to slide on a template as a kernel, the similarity degree of the kernel and the position of the template covered by the kernel is calculated, and the similarity degree is detected by using a cv2.TM _ CCOEFF _ NORMED function, wherein the similarity degree detection adopts a normalized correlation coefficient:
Figure BDA0003219615180000081
in the formula:
Figure BDA0003219615180000082
Figure BDA0003219615180000083
r (x, y) is a normalized correlation coefficient of a window with a point (x, y) as a center, a numerator is the inner product sum of a relative value of the template to the mean value and a relative value of the image to the mean value, a denominator is normalization processing, and the more relevant the correlation coefficient is, the higher the similarity degree is; the values of the correlation coefficients of the windows form a new matrix T*Obtaining T by using minMaxloc () function*And the respective corresponding window center value positions (x, y);
the window corresponding to the central value (x, y) is the area to be found in the template T, and the material category can be known by checking the characteristic curve of which material the whole curve corresponding to the area belongs to; and (3) solving the magnetic susceptibility of the object before detection and the magnetic susceptibility of the object after detection according to a formula (2) through the slope of the starting point and the tail end of the window, so as to perform proper demagnetization or magnetic compensation according to the existing magnetic susceptibility and the actual requirement of the object.
The magnetic field change design can be carried out on a computer according to the magnetic field environment of the sample in practical application, the magnetic field change along with time can be met by adjusting the current, the magnetic force applied to the sample in practical application, the magnetic performance of each time period in practical application and the like can be simulated.
The measuring device comprises a base 1, an electromagnet 2, a support column 3, a parallel beam type force sensor 4, a sample support 5 and a control system, wherein the electromagnet 2 is arranged at one end of the base 1, and the support column 3 is arranged at the other end of the base 1; one end of the parallel beam type force sensor 4 is connected with the top end of the support column 3, the other end of the parallel beam type force sensor is connected with the sample bracket 5, and the sample bracket 5 is positioned above the electromagnet 2; the control system is arranged on the support column 3 and comprises a controller, a switch 6, a signal transmission module 7 and a power supply module 8, the controller is arranged in the support column 3 and is respectively connected with the electromagnet 2 and the parallel beam type force sensor 4, and the switch 6, the signal transmission module 7 and the power supply module 8 are arranged on the surface of the support column 3 and are respectively connected with the controller; the signal transmission module 7 is connected with a computer, and the power supply module 8 is connected with a power supply. The switch 6 controls the device to be turned on or off, the controller adjusts the current flowing through the electromagnet 2 according to the computer instruction, meanwhile, the data signal of the parallel beam type force sensor 4 is collected, and the signal transmission module 7 connects the controller with the computer for data interactive transmission.

Claims (3)

1. A method for measuring the magnetic performance of a material through a hysteresis loop is characterized in that: the method comprises the following steps:
before a sample to be measured is measured, a measuring device is started, the sample to be measured is not placed, no-load data within a certain time is measured and recorded, and errors generated by experimental data are eliminated in a formal experiment;
calibrating a measuring device, testing by using an iron standard sample, comparing and analyzing data obtained by theory and experiment to obtain a corresponding correction coefficient, correcting the data of the measuring device, and using an electromagnet to perform the following magnetic force equation of the sample:
Figure FDA0003219615170000011
wherein: f is the magnitude of the magnetic force applied to the sample, μ0Is a vacuum magnetic conductivity; s0Is the area of the sample measured in m2(ii) a N is the number of turns of the magnet exciting coil of the electromagnet, and I is exciting current passing through the magnet exciting coil, and the unit is A; l is the air gap length;
after the measuring device is calibrated, the detected surface of the sample to be measured is opposite to the electromagnet of the measuring device and is placed on a sample support of the measuring device, the current passing through the electromagnet is zero, a formal experiment is started, the current input into the electromagnet is controlled to change gradually from small to large, the magnetic field intensity of the sample to be measured and corresponding change data measured by the force sensor are recorded, when the data reach a peak value, the current is controlled to be changed from large to small, and the like, and hysteresis loop data corresponding to the sample to be measured are obtained; the relationship between the magnetic field intensity and the current passing through the electromagnet is as follows:
Figure FDA0003219615170000012
in the formula: h is the magnetic field intensity with the unit of A/m; n is the number of turns of the magnet exciting coil of the electromagnet; i is electromagnet exciting current, and the unit is A; le is the effective magnetic path length of the sample to be measured, and the unit is m;
the real magnetic force F is the force F' measured by the force sensor to reduce the self gravity G of the object0And obtaining that as the noise points are more in the measurement process of the force sensor, the sliding weighted average filtering processing is carried out, and the formula is as follows:
Figure FDA0003219615170000021
the step size of the sliding window is set to 3, w1、w2、w3As a weight, a more real magnetic force value is obtained after denoising;
by the formula:
B=μ0(M+H)
Figure FDA0003219615170000022
converting the magnetic force F into magnetization M, changing the value H by changing the current value I, and drawing an experimental curve M-H corresponding to different magnetization M values; in the formula: magnetic induction in the air gap between the sample to be tested and the electromagnet, A0The sectional area of the air gap is obtained when the measuring device is calibrated, and xi is a correction coefficient; k is a constant;
if M-H is a straight line, the non-ferromagnetic object can be judged, and subsequent calculation is not needed; if M-H is a curve, further matching:
adopting opencv in computer vision, taking an experimental curve as an image kernel to be detected, taking known hysteresis loops of various materials with standard sizes as a template, and matching the kernel and windows of the template one by one; the method comprises the following concrete steps:
after an M-H image of a sample to be detected is drawn, graying the image, and setting a threshold value for binarization processing; then drawing an outer contour by using cvFindCountours (), then using cvBoundingget () to circumscribe a rectangular boundary to obtain a shape value, and using the shape value as the size of a window matrix; the template processing is carried out graying and binaryzation in advance, and a window frame is used for extracting an area; the original image starts to slide on the template as a kernel, the similarity degree of the kernel and the position of the template covered by the image is calculated, the similarity detection is carried out, and the similarity detection adopts a normalized correlation coefficient:
Figure FDA0003219615170000023
in the formula:
Figure FDA0003219615170000031
Figure FDA0003219615170000032
r (x, y) is a normalized correlation coefficient of a window with a point (x, y) as a center, a numerator is the inner product sum of a relative value of the template to the mean value and a relative value of the image to the mean value, a denominator is normalization processing, and a correlation value domain is controlled to be [ -1, 1]In addition, the more relevant the correlation coefficient is closer to 1, the higher the similarity degree is; the values of the correlation coefficients of the windows form a new matrix T*Obtaining T by using minMaxloc () function*And the respective corresponding window center value positions;
the window corresponding to the central value (x, y) is the area to be found in the template T, and the material category of the sample to be tested is obtained by checking the characteristic curve of which material the whole curve corresponding to the area belongs to; from the start and end-most slopes of the window, according to the formula:
M=χmH
the magnetic susceptibility of the object before detection and the magnetic susceptibility of the object after detection are obtained.
2. A method for determining the magnetic properties of a material through a hysteresis loop as claimed in claim 1, wherein: the procedure for calibrating the assay device is as follows:
the iron standard sample is placed on the sample support, the computer sends a signal, so that the current flowing through the electromagnet is gradually increased from zero until saturation, then is decreased from large to small and reversely reaches saturation, and by analogy, the hysteresis loop curve of the iron standard sample is recorded.
3. A method for determining the magnetic properties of a material through a hysteresis loop as claimed in claim 1, wherein: the measuring device comprises a base, an electromagnet, a support column, a parallel beam type force sensor, a sample support and a control system, wherein the electromagnet is arranged at one end of the base, and the support column is arranged at the other end of the base; one end of the parallel beam type force sensor is connected with the top end of the support column, the other end of the parallel beam type force sensor is connected with the sample support, and the sample support is positioned above the electromagnet; the control system is arranged on the support column and comprises a controller, a switch, a signal transmission module and a power supply module, the controller is arranged in the support column and is respectively connected with the electromagnet and the parallel beam type force sensor, and the switch, the signal transmission module and the power supply module are arranged on the surface of the support column and are respectively connected with the controller; the signal transmission module is connected with the computer, and the power supply module is connected with the power supply.
CN202110953862.6A 2021-08-19 2021-08-19 Method for measuring magnetic performance of material through hysteresis loop Active CN113655419B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110953862.6A CN113655419B (en) 2021-08-19 2021-08-19 Method for measuring magnetic performance of material through hysteresis loop

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110953862.6A CN113655419B (en) 2021-08-19 2021-08-19 Method for measuring magnetic performance of material through hysteresis loop

Publications (2)

Publication Number Publication Date
CN113655419A true CN113655419A (en) 2021-11-16
CN113655419B CN113655419B (en) 2022-03-29

Family

ID=78481252

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110953862.6A Active CN113655419B (en) 2021-08-19 2021-08-19 Method for measuring magnetic performance of material through hysteresis loop

Country Status (1)

Country Link
CN (1) CN113655419B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116229123A (en) * 2023-02-21 2023-06-06 深圳市爱培科技术股份有限公司 Binocular stereo matching method and device based on multi-channel grouping cross-correlation cost volume
RU2814644C1 (en) * 2023-10-18 2024-03-04 Федеральное государственное автономное образовательное учреждение высшего образования "Национальный исследовательский технологический университет "МИСиС" Method of determining hysteresis loops of iron-based amorphous ferromagnetic microwires

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106248781A (en) * 2016-07-27 2016-12-21 南京航空航天大学 A kind of material magnetic characteristic based on Barkhausen's principle and stress mornitoring method
CN107656221A (en) * 2017-09-08 2018-02-02 国网江苏省电力公司电力科学研究院 A kind of transformer core remanent magnetism evaluation method based on minor loop's slope
CN108445434A (en) * 2018-02-28 2018-08-24 湖南省永逸科技有限公司 Ferromagnetic cylinder DC magnetic energy standard sample assay method, ferrometer bearing calibration
CN108872892A (en) * 2018-06-27 2018-11-23 芜湖衡西微量计量科技有限公司 Permanent-magnet material magnetic property determination method for motor
CN109933914A (en) * 2019-03-18 2019-06-25 北京工业大学 The modeling method of two-phase ferrimagnet magnetic hysteresis and Barkhausen noise signal
CN110940939A (en) * 2019-12-16 2020-03-31 西安交通大学 Power transformer iron core residual magnetism monitoring and estimating method based on hysteresis loop
WO2021032987A1 (en) * 2019-08-22 2021-02-25 Hirst Magnetic Instruments Limited Method and apparatus for estimating closed-circuit hysteresis curves for magnetic materials

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106248781A (en) * 2016-07-27 2016-12-21 南京航空航天大学 A kind of material magnetic characteristic based on Barkhausen's principle and stress mornitoring method
CN107656221A (en) * 2017-09-08 2018-02-02 国网江苏省电力公司电力科学研究院 A kind of transformer core remanent magnetism evaluation method based on minor loop's slope
CN108445434A (en) * 2018-02-28 2018-08-24 湖南省永逸科技有限公司 Ferromagnetic cylinder DC magnetic energy standard sample assay method, ferrometer bearing calibration
CN108872892A (en) * 2018-06-27 2018-11-23 芜湖衡西微量计量科技有限公司 Permanent-magnet material magnetic property determination method for motor
CN109933914A (en) * 2019-03-18 2019-06-25 北京工业大学 The modeling method of two-phase ferrimagnet magnetic hysteresis and Barkhausen noise signal
WO2021032987A1 (en) * 2019-08-22 2021-02-25 Hirst Magnetic Instruments Limited Method and apparatus for estimating closed-circuit hysteresis curves for magnetic materials
CN110940939A (en) * 2019-12-16 2020-03-31 西安交通大学 Power transformer iron core residual magnetism monitoring and estimating method based on hysteresis loop

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
喻敏: "铁磁性混凝土复合材料的性能与应用研究", 《中国优秀博硕士学位论文全文数据库(硕士)》 *
石红等: "基于J-A理论的铁心磁化模型及其改进", 《电测与仪表》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116229123A (en) * 2023-02-21 2023-06-06 深圳市爱培科技术股份有限公司 Binocular stereo matching method and device based on multi-channel grouping cross-correlation cost volume
RU2814644C1 (en) * 2023-10-18 2024-03-04 Федеральное государственное автономное образовательное учреждение высшего образования "Национальный исследовательский технологический университет "МИСиС" Method of determining hysteresis loops of iron-based amorphous ferromagnetic microwires

Also Published As

Publication number Publication date
CN113655419B (en) 2022-03-29

Similar Documents

Publication Publication Date Title
Sophian et al. Design of a pulsed eddy current sensor for detection of defects in aircraft lap-joints
CN103336049A (en) Pulsed eddy current detection method and device for eliminating lift-off effect
CN113655419B (en) Method for measuring magnetic performance of material through hysteresis loop
CN106290553A (en) A kind of electromagnetic transducer system of novel detection defect in rope
CN109100416B (en) Ferromagnetic pipeline inner wall defect detection device based on orthogonal multi-frequency electromagnetic detection
CN105300267B (en) Plate thickness measuring method based on electromagnetic eddy and data anastomosing algorithm
CN105116049B (en) Vortex flow detection method
CN215768969U (en) Device for measuring magnetic performance of material through hysteresis loop
CN108680642B (en) Defect identification and classification method based on multi-frequency eddy current detection technology
CN110220968A (en) A kind of three axis defect and magnetic leakage detection devices for ferrimagnet
CN102175131B (en) Method for measuring steel plate thickness by leakage magnetic field
CN111579634B (en) Sampling evaluation method for residual stress on surface of ferromagnetic material
CN103149541B (en) Method for extracting weak signals in magnetic field measurement
CN106018316B (en) A kind of gas detection method based on EO-1 hyperion infrared image processing
CN106154190B (en) For the magnetic measuring device and its implementation of medium managese steel martensitic traoformation
CN104458896A (en) Defect evaluation method based on multiple magnetic flux leakage (MFL) testing signal eigenvalues
CN107884473A (en) A kind of multi frequency detection system
CN111380948A (en) Calibration method for relationship between magnetic Barkhausen noise and continuous tension and compression stress
CN205861609U (en) A kind of electromagnetic transducer system of novel detection defect in rope
Pan et al. Quantitative MFL testing technique for strand rope based on a small number of discontinuity samples
CN108896459B (en) Magnetic hydrogel magnetic particle concentration detection method based on alternating magnetic field pulse infrared
CN114114103A (en) Material force magnetic characteristic parameter determination method for strong and weak magnetic detection
CN109597007B (en) Semi-open type device, measuring system and measuring method for detecting magnetic performance of non-oriented silicon steel
CN2296008Y (en) Non-damage probe for inspecting iron content
Tao et al. Research on a recognition algorithm for offshore-pipeline defects during magnetic-flux inspection

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant