As one of the main directions of applied mathematics research, inverse Fourier transform (FT) has been widely used in image speech analysis and other fields in recent decades of development. FT is the basic content of digital image processing technology. In practical analysis, image design and interaction can be realised by using time-space domain and frequency domain, which can accurately obtain image information characteristics and achieve the expected application goals. In this paper, based on the understanding of FT and inverse transform, an improved algorithm is used to lay the foundation for the realisation of image design and interactive technology.
MSC 2010
- 76U05
Fourier transform (FT) is a very complicated analysis theory, but it plays an important role in image design and interactive technology. Especially for the discrete Fourier transform (DFT), since the image is a two-dimensional discrete data matrix based on the grey level (RGB), the implementation of FT on it belongs to the DFT. First, the image data is defined as
One of them, one of the formulas
The corresponding inverse transformation is:
During image processing, it is common to select square data, i.e.
In the case of a fast Fourier transform (FFT), the advantage of separability is that the two-dimensional FT or the inverse FT is implemented using two continuous one-dimensional FTs. For an image
The forward transformation is:
The inverse transformation is:
Because of the separability of the two-dimensional FT, only the one-dimensional FFT is analysed, where the forward transform is [1]:
Since the running time of the computer will be affected by the number of multiplications, the one-dimensional discrete will undergo a FT from the spatial domain to the frequency domain according to the above formula, in which case all
In the mid-1960s, Kuri Tuckey proposed an algorithm to reduce the operation to the order of Nlog 2N. In other words,
Since both u and v have 0,1 . . .,
It can be seen that the average grey value of an image can be calculated by using the value of the DFT at the origin position:
First, we discuss symmetries about M/2, N/2. Assuming that
Then, under the condition of If If When
Similarly, under the condition of If If When
Combined with the analysis of the above two situations, the results as shown in Figures 1 and 2 below can be obtained:
In Figures 1 and 2, Block A, Block D, and Block B, Block C represent symmetric results of coordinates (M/2, N/2). Thus it can be proved that the relationship between periodicity and conjugate symmetry conforms to the following formula:
Fig. 1
Symmetry at

Fig. 2
Symmetry at

For digital images, the amount of data they have is very large, so it is a big project to compress them scientifically in a limited time. At this time, it is not realistic to directly use the DFT algorithm to implement image signal processing. It was not until the early 1960s, when the rapid algorithm of DFT appeared, that the change occurred.
From the perspective of practical application, FFT algorithm is to always divide long sequence DFT into several short sequence DFT, and combine the periodicity and symmetry of the above rotation factor WMN for effective control, so as to reduce the calculation steps of DFT.
There are many common algorithms based on this algorithm, such as based on the time domain extraction of FFT algorithm, prime factor algorithm etc. Taking as the basis 2-FFT algorithm extracted according to the time domain as an example, this algorithm is analysed according to the order of odd and even numbers in the time domain. All the DFT operations of the sequence of
Assuming that the length of the sequence
The first step is to divide
The second step is the same as the above decomposition step. Let
After the above two-step decomposition, the N/2 DFT can be divided into two N/4 DFTs.
The improved algorithm is to integrate the WFTA algorithm and the base 2-FFT algorithm together, and promote the former to replace part of the base 2-FFT algorithm. The specific steps are as follows: First, since the decomposition process of the base 2-FFT algorithm includes log 2N steps, the partition according to log 2n-4 steps of the base 2-FFT algorithm includes N/16 DFTs of 16 lengths. Second, since in the basis 2-FFT algorithm, DFTs obtained by all iterations are independent between each group, WFTA algorithm can be used to analyse DFTs with length of 16. Since the process of calculation and the algorithm idea are inverse to each other, the WFTA algorithm can be combined to complete the calculation first, then the calculation combination can be carried out according to the basis 2-FFT algorithm and finally the DFT of length
Fig. 3
Flow chart of the improved algorithm

Fig. 4
Improved butterfly graph of

MATLAB is a powerful engineering design and system simulation software system proposed by Math Works Company. It not only has strong data calculation and analysis ability but also can solve complex problems in a short time. Therefore, in order to make better use of inverse FT image design and interactive technology to complete the operation, this paper chooses MATLAB software to carry out image analysis, and then to clarify the problems related to image compression. Nowadays, image files that can be processed based on MATLAB include JPEG, TIFF and BMP formats.
The actual programming steps are as follows: First, init1 installs the image driver software into the system and lets the screen adapter adjust to the graphic form, which is also called the initialisation of the graphic. Second, the make-original-data 1 number-setting programme to obtain the relevant two-dimensional array, and then implement the FT. Third, DO-2D-DFT 1 implements the two-dimensional DFT, and uses the drawing software to present the calculation results to the screen. Fourth, DO-2D-IDFT 1 implements the inverse two-dimensional DFT, and uses the drawing software to present the calculation results to the screen. Fifth, in the subroutine of filer 1, the appropriate spatial spectrum can be selected for filtering, filtering the unimportant spectral lines, saving the effective spectral lines and then displaying the important parts and removing the secondary factors, so as to complete the spatial spectrum processing [8].
After the above operations, the spatial spectrum filtering purpose has been basically completed, and the function of Fourier change also involves the following points: First, preservation. Combined with the image analysis after filtering, it can be seen that the Fourier forward transform can divide the image into a group of orthogonal normalised images that continue to decline, and the original data can still be completely recovered by increasing the compression ratio of the image without excessive distortion. When encoding an image in another, more compact way, the FT and inverse transform are important to ensure that data is not lost. Second, filtering. After the completion of the FT, assuming that the transformation domain is scientifically selected before the inverse transformation, then the filtering processing operation can be completed. Third, enhance. Can make an image is transform into size, direction and position are different weight, so before the inverse transformation to adjust some domain coefficient of amplitude, targeted to improve the component of interest, and do not need to ignore things, or is it design a transfer function according to actual demand, after get a transfer function, in the transform domain spectrum multiplied by the transfer function, Then the inverse FT is used to complete the operation. It should be noted that in this process, the effectiveness of the transfer function must be guaranteed. Fourth, recovery. When image degradation processing is carried out for the target, it should be restored to the ideal image without degradation. However, dogs may degenerate in every link during the imaging period, so it is necessary to recover part of the lost image according to the differences in application conditions. For example, when dealing with image stains, the correlation of information can be used in combination with Fourier convolution to complete the operation.
Combined with the process outlined above, FT and inverse transform are used to complete image design and interactive processing, and the final result can be obtained as shown in Figure 5 below:
Fig. 5
Implementing the result

For image processing, FT and inverse transform are widely used, including edge detection, image enhancement and compression etc. From the practical point of view, the core idea of this technology is to use FT and inverse transform to transform the spatial domain into the frequency domain, so that a variety of operations can be carried out for the frequency domain, and finally the expected image processing results can be achieved. In the image enhancement and removal process, if the image frequency spectrum is directly divided into high and low frequency components, then the high frequency can be represented as the abrupt region of the image, namely the edge information, while the low frequency component is represented as the gentle region of the image, namely the contour information. In the enhancement and desiccating process, different forms of transfer function
In feature extraction, image features are divided into shape, space and colour. Take colour as an example. As a global feature representing the surface features of the image, colour contains all the pixels inside the image region, but it can intuitively show the size, direction and other contents, and cannot obtain the local features in the image. The common extraction methods include colour set method, colour moment method and correlation graph method. In the image compression processing, the compression coding theory is used to re-encode and transmit the frequency space, which can further achieve the image compression effect. Combined with the analysis of the above research results, the coding in the frequency domain is simpler than that in the spatial domain because the image correlation continues to decline.
To sum up, the FT and inverse transform provide a new research idea for the current methodology of computer image processing, which can not only realise the image design quickly but also complete the interactive technology. The image in the spatial domain can be regarded as the superposition projection of sinusoidal curves that have no correlation with each other in most frequency domains, and the desired image information can be presented intuitively with the constant change of the actual amplitude value. In this process, both image design and interactive processing are to filter and rectify the frequency domain, so as to obtain valuable image information. In the new era, the innovative application of all interactive technologies will bring new changes to image design, and with the deepening of actual changes, it will certainly have a greater impact on social development in the future. Combined with the above analysis of the application of FT and inverse transform, it is found that while breaking through the limitations of traditional image design concepts, it also further optimises the computer thinking mode. This can not only further complete the image design and interaction design but also make the computer system run on this basis to meet the needs of practical development.
Fig. 1

Fig. 2

Fig. 3

Fig. 4

Fig. 5

Law of interest rate changes in financial markets based on the differential equation model of liquidity Basalt fibre continuous reinforcement composite pavement reinforcement design based on finite element model Industrial transfer and regional economy coordination based on multiple regression model Response model for the psychological education of college students based on non-linear finite element equations Satisfactory consistency judgement and inconsistency adjustment of linguistic judgement matrix Analysis of the relationship between industrial agglomeration and regional economic growth based on the multi-objective optimisation model Constraint effect of enterprise productivity based on constrained form variational computing The impact of urban expansion in Beijing and Metropolitan Area urban heat Island from 1999 to 2019 Ultrasonic wave promoting ice melt in ice storage tank based on polynomial fitting calculation model Regarding new wave distributions of the non-linear integro-partial Ito differential and fifth-order integrable equations Badminton players’ trajectory under numerical calculation method Innovations to Attribute Reduction of Covering Decision System Based on Conditional Information Entropy Nonlinear Differential Equations in the Teaching Model of Educational Informatisation The evaluation of college students’ innovation and entrepreneurship ability based on nonlinear model Smart Communities to Reduce Earthquake Damage: A Case Study in Xinheyuan, China Institutional investor company social responsibility report and company performance Mathematical analysis of China's birth rate and research on the urgency of deepening the reform of art education First-principles calculations of magnetic and mechanical properties of Fe-based nanocrystalline alloy Fe80Si10Nb6B2Cu2 Has the belt and road initiative boosted the resident consumption in cities along the domestic route? – evidence from credit card consumption Attitude control for the rigid spacecraft with the improved extended state observer Cognitive Computational Model Using Machine Learning Algorithm in Artificial Intelligence Environment Research on tourism income index based on ordinary differential mathematical equation Application of Higher-Order Ordinary Differential Equation Model in Financial Investment Stock Price Forecast Sports Science Teaching of Athletics Based on Nonlinear Mathematical Equation Informatisation of educational reform based on fractional differential equations Research on the control of quantitative economic management variables under the numerical method based on stochastic ordinary differential equations Network monitoring and processing accuracy of big data acquisition based on mathematical model of fractional differential equation System dynamics model of output of ball mill Sensitivity Analysis of the Waterproof Performance of Elastic Rubber Gasket in Shield Tunnel Design of Morlet wavelet neural network to solve the non-linear influenza disease system Motion about equilibrium points in the Jupiter-Europa system with oblateness Badminton players’ trajectory under numerical calculation method Optimal preview repetitive control for impulse-free continuous-time descriptor systems Development of main functional modules for MVB and its application in rail transit Study on the impact of forest fire prevention policy on the health of forest resources Value Creation of Real Estate Company Spin-off Property Service Company Listing Selection by differential mortality rates Digital model creation and image meticulous processing based on variational partial differential equation The modelling and implementation of the virtual 3D animation scene based on the geometric centre-of-mass algorithm The policy efficiency evaluation of the Beijing–Tianjin–Hebei regional government guidance fund based on the entropy method The transfer of stylised artistic images in eye movement experiments based on fuzzy differential equations Research on behavioural differences in the processing of tenant listing information: An eye-movement experiment A review of the treatment techniques of VOC Some classes of complete permutation polynomials in the form of ( x p m −x +δ )s +ax p m +bx overF p 2m Deformation and stress theory of surrounding rock of shallow circular tunnel based on complex variable function method The consistency method of linguistic information and other four preference information in group decision-making Research on the willingness of Forest Land’s Management Rights transfer under the Beijing Forestry Development A mathematical model of the fractional differential method for structural design dynamics simulation of lower limb force movement step structure based on Sanda movement Fractal structure of magnetic island in tokamak plasma Numerical calculation and study of differential equations of muscle movement velocity based on martial articulation body ligament tension Study on the maximum value of flight distance based on the fractional differential equation for calculating the best path of shot put Sports intensity and energy consumption based on fractional linear regression equation Translog function in government development of low-carbon economy Analysis of the properties of matrix rank and the relationship between matrix rank and matrix operations Research on the Psychological Distribution Delay of Artificial Neural Network Based on the Analysis of Differential Equation by Inequality Expansion and Contraction Method Study on Establishment and Improvement Strategy of Aviation Equipment Research on Financial Risk Early Warning of Listed Companies Based on Stochastic Effect Mode Constructing Artistic Surface Modeling Design Based on Nonlinear Over-limit Interpolation Equation Numerical Simulation Analysis Mathematics of Fluid Mechanics for Semiconductor Circuit Breaker Characteristics of Mathematical Statistics Model of Student Emotion in College Physical Education Human Body Movement Coupling Model in Physical Education Class in the Educational Mathematical Equation of Reasonable Exercise Course The contribution of structural equation model analysis to higher education agglomeration and innovation and entrepreneurship Study on the evolutionary game theory of the psychological choice for online purchase of fresh produce under replicator dynamics formula The influence of X fuzzy mathematics method in basketball tactics scoring Mathematical statistics algorithm in the bending performance test of corroded reinforced concrete beams under fatigue load Nonlinear strategic human resource management based on organisational mathematical model Back propagation mathematical model for stock price prediction Evolutionary game research on the psychological choice of online shopping of fresh agricultural products based on dynamic simulation model Differential equation model of financial market stability based on big data Multi-attribute decision-making methods based on normal random variables in supply chain risk management Linear fractional differential equations in bank resource allocation and financial risk management model Construction and reform of art design teaching mode under the background of the integration of non-linear equations and the internet Spatial–temporal graph neural network based on node attention A contrastive study on the production of double vowels in Mandarin Financial accounting measurement model based on numerical analysis of rigid normal differential equation and rigid generalised functional equation Research of cascade averaging control in hydraulic equilibrium regulation of heating pipe network Mathematical analysis of civil litigation and empirical research of corporate governance Health monitoring of Bridges based on multifractal theory College students’ innovation and entrepreneurship ability based on nonlinear model Health status diagnosis of the bridges based on multi-fractal de-trend fluctuation analysis Mathematical simulation analysis of optimal testing of shot puter's throwing path Performance evaluation of college laboratories based on fusion of decision tree and BP neural network Application and risk assessment of the energy performance contracting model in energy conservation of public buildings The term structure of economic management rate under the parameter analysis of the estimation model based on common differential equation Sensitivity analysis of design parameters of envelope enclosure performance in the dry-hot and dry-cold areas The Spatial Form of Digital Nonlinear Landscape Architecture Design Based on Computer Big Data The improvement of museum information flow based on paste functional mapping method The art design of industrialised manufacturing furniture products based on the simulation of mathematical curves TOPSIS missile target selection method supported by the posterior probability of target recognition The incentive contract of subject librarians in university library under the non-linear task importance Modelling and Simulation of Collaborative Innovation System in Colleges and Universities Based on Interpreted Structural Equation Model Small amplitude periodic solution of Hopf Bifurcation Theorem for fractional differential equations of balance point in group competitive martial arts The Optimal Solution of Feature Decomposition Based on the Mathematical Model of Nonlinear Landscape Garden Features Composite mechanical performance of prefabricated concrete based on hysteresis curve equation Higher education innovation and reform model based on hierarchical probit Application of Fuzzy Mathematics Calculation in Quantitative Evaluation of Students’ Performance of Basketball Jump Shot The teaching of sports science of track and field-based on nonlinear mathematical equations Visual error correction of continuous aerobics action images based on graph difference function Ecological balance model of effective utilization of agricultural water resources based on fractional differential equations Application of Higher Order Ordinary Differential Equation Model in Financial Investment Stock Price Forecast Precision algorithms in second-order fractional differential equations Application of Forced Modulation Function Mathematical Model in the Characteristic Research of Reflective Intensity Fibre Sensors Fractional differential equations in National Sports Training in Colleges and Universities Radioactive source search problem and optimisation model based on meta-heuristic algorithm Application of mathematical probabilistic statistical model of base – FFCA financial data processing Research on a method of completeness index based on complex model Distribution network monitoring and management system based on intelligent recognition and judgement Fake online review recognition algorithm and optimisation research based on deep learning Research on the sustainable development and renewal of Macao inner harbour under the background of digitisation Support design of main retracement passage in fully mechanised coal mining face based on numerical simulation Study on the crushing mechanism and parameters of the two-flow crusher Topological optimisation technology of gravity dam section structure based on ANSYS partial differential equation operation Interaction design of financial insurance products under the Era of AIoT Modeling the pathway of breast cancer in the Middle East Corporate social responsibility fulfilment, product-market competition and debt risk: Evidence from China ARMA analysis of the green innovation technology of core enterprises under the ecosystem – Time series data Reconstruction of multimodal aesthetic critical discourse analysis framework Image design and interaction technology based on Fourier inverse transform What does students’ experience of e-portfolios suggest Research on China interregional industrial transformation slowdown and influencing factors of industrial transformation based on numerical simulation The medical health venture capital network community structure, information dissemination and the cognitive proximity The optimal model of employment and entrepreneurship models in colleges and universities based on probability theory and statistics A generative design method of building layout generated by path Analysis of the causes of the influence of the industrial economy on the social economy based on multiple linear regression equation Research of neural network for weld penetration control Engineering project management based on multiple regression equation and building information modelling technology Research on predictive control of students’ performance in PE classes based on the mathematical model of multiple linear regression equation Beam control method for multi-array antennas based on improved genetic algorithm The influence of X fuzzy mathematical method on basketball tactics scoring Mathematical model of back propagation for stock price forecasting Application of regression function model based on panel data in bank resource allocation financial risk management Application of Logical Regression Function Model in Credit Business of Commercial Banks Research on aerobics training posture motion capture based on mathematical similarity matching statistical analysis Application of Sobolev-Volterra projection and finite element numerical analysis of integral differential equations in modern art design Research on motion capture of dance training pose based on statistical analysis of mathematical similarity matching Application of data mining in basketball statistics Application of B-theory for numerical method of functional differential equations in the analysis of fair value in financial accounting Research on the influence of fuzzy mathematics simulation model in the development of Wushu market Study on audio-visual family restoration of children with mental disorders based on the mathematical model of fuzzy comprehensive evaluation of differential equation Difference-in-differences test for micro effect of technological finance cooperation pilot in China Application of multi-attribute decision-making methods based on normal random variables in supply chain risk management Exploration on the collaborative relationship between government, industry, and university from the perspective of collaborative innovation The impact of financial repression on manufacturing upgrade based on fractional Fourier transform and probability AtanK-A New SVM Kernel for Classification Validity and reliability analysis of the Chinese version of planned happenstance career inventory based on mathematical statistics Visual positioning system for marine industrial robot assembly based on complex variable function Mechanical behaviour of continuous girder bridge with corrugated steel webs constructed by RW Application of Lane-Emden differential equation numerical method in fair value analysis of financial accounting Regression function model in risk management of bank resource allocation Application of numerical method of functional differential equations in fair value of financial accounting Optimal solution of fractional differential equations in solving the relief of college students’ mental obstacles Risk contagion in financial markets based on copula model Calculating university education model based on finite element fractional differential equations and macro-control analysis Educational research on mathematics differential equation to simulate the model of children's mental health prevention and control system Analysis of enterprise management technology and innovation based on multilinear regression model Verifying the validity of the whole person model of mental health education activities in colleges based on differential equation RETRACTION NOTE Calculation of tourism development income index based on finite element ordinary differential mathematical equation Adoption of deep learning Markov model combined with copula function in portfolio risk measurement Radar system simulation and non-Gaussian mathematical model under virtual reality technology Comparison of compression estimations under the penalty functions of different violent crimes on campus through deep learning and linear spatial autoregressive models Research and application of constructing football training linear programming based on multiple linear regression equation Research on management evaluation of enterprise sales cash flow percentage method based on the application of quadratic linear regression equations Mathematical simulation analysis of optimal detection of shot-putters’ best path Determination of the minimum distance between vibration source and fibre under existing optical vibration signals: a study Mathematical modelling of enterprise financial risk assessment based on risk conduction model Nonlinear differential equations based on the B-S-M model in the pricing of derivatives in financial markets Mathematical simulation experiment based on optimisation of heat treatment process of aluminium alloy materials Mathematical model of transforming image elements to structured data based on BP neural network Educational reform informatisation based on fractional differential equation MCM of Student’s Physical Health Based on Mathematical Cone Sports health quantification method and system implementation based on multiple thermal physiology simulation Research on visual optimization design of machine–machine interface for mechanical industrial equipment based on nonlinear partial equations Informationisation of teaching model for track and field education based on finite element higher-order fractional differential equation Research on identifying psychological health problems of college students by logistic regression model based on data mining Information technology of preschool education reform of fine arts based on fractional differential equation Information Teaching Model of Preschool Art Education in Colleges and Universities Based on Finite Element Higher-Order Fractional Differential Equation A mathematical model of PCNN for image fusion with non-sampled contourlet transform Application of artificial intelligence algorithm in mathematical modelling and solving College Students’ Mental Health Climbing Consumption Model Based on Nonlinear Differential Equations Differential equation to verify the validity of the model of the whole-person mental health education activity in Universities Optimisation of Modelling of Finite Element Differential Equations with Modern Art Design Theory Analysis and Prediction of College Students’ Mental Health Based on K-means Clustering Algorithm Mathematical function data model analysis and synthesis system based on short-term human movement Human gait modelling and tracking based on motion functionalisation Analysis and synthesis of function data of human movement Energy-saving technology of BIM green buildings using fractional differential equation Study on the training model of football movement trajectory drop point based on fractional differential equation Financial Accounting Measurement Model Based on Numerical Analysis of Rigid Normal Differential Equation and Rigid Functional Equation User online consumption behaviour based on fractional differential equation Differential equation model of financial market stability based on Internet big data Multi-attribute Decision Method Based on Normal Random Variable in Economic Management Risk Control Children’s cognitive function and mental health based on finite element nonlinear mathematical model Dichotomy model based on the finite element differential equation in the educational informatisation teaching reform model Nonlinear Dissipative System Mathematical Equations in the Multi-regression Model of Information-based Teaching Stock price analysis based on the research of multiple linear regression macroeconomic variables Fractional Linear Regression Equation in Agricultural Disaster Assessment Model Based on Geographic Information System Analysis Technology