Design of Digital Signal Processing Experiments Based on ADALM-PLUTO

Design of Digital Signal Processing Experiments Based on ADALM-PLUTO

Citation format: Wang Jun, He Nan, Cao Jiahui, et al. Design of “Digital Signal Processing” Experiments Based on ADALM-PLUTO [J]. Industrial and Information Education, 2023 (6): 47-50. Submission date: 2020-12-1 Author’s Biography: Wang Jun (1972—), male, from Weinan, Shaanxi, PhD, professor, research areas include real-time signal processing structures and implementations, FPGA/DSP embedded systems, radar signal … Read more

Using FFT in MATLAB

Using FFT in MATLAB

1. Calling Methods X=FFT(x); X=FFT(x, N); x=IFFT(X); x=IFFT(X, N) When performing spectral analysis with MATLAB, note: (1) The data structure of the return value from the FFT function is symmetric. Example: N=8; n=0:N-1; xn=[4 3 2 6 7 8 9 0]; Xk=fft(xn) →Xk =39.0000 -10.7782 + 6.2929i 0 – 5.0000i 4.7782 – 7.7071i 5.0000 4.7782 … Read more

Six Essential MATLAB Techniques

Six Essential MATLAB Techniques

Click Graduate School Forum Learn more about graduate school information 1. Help: The Most Effective Command Actually, I can say that without MATLAB software, I think I would basically know nothing. Whenever I encounter a problem, my first reaction is usually: help. Let me share some common methods of using help. (1) Directly typing “help” … Read more

Getting Started with Matlab: Are My Plots Still Ugly?

Getting Started with Matlab: Are My Plots Still Ugly?

Below we present some function curves or surface plots drawn using Matlab. Since the public account cannot process EPS images, the images we screenshot are all bitmap, so you will see the ‘jagged edges’. To appreciate high-quality images with smooth edges and no jaggedness when zoomed in, please click on “Read the Original (Extraction Code: … Read more

Using MATLAB for Risk Management

Using MATLAB for Risk Management

Risk management professionals need to reduce model development time and develop and deploy transparent, stable, and easily upgradable applications. Learn how to use MATLAB® to develop risk control models, scale models based on application size, test according to regulatory requirements, and perform stress testing under various scenarios: √ The existing code examples show you how … Read more

Matlab Algorithm Collection

Matlab Algorithm Collection

1.Gaussian Elimination: function (x,det,flag)=Gauss(A,b), where A is the coefficient matrix of the equations; b is the right-hand side; det is the value of the determinant of the coefficient matrix; x is the solution of the equations. 2.Gaussian-Jordan Elimination: function (x,flag)=Gau_Jor(A,b), where flag=’ok’ indicates successful computation. 3.The syntax for plotting function graphs is: (1).plot——Utilize points to … Read more

Comparison of Four Major Mathematical Software: MATLAB, MathCAD, Maple, and Mathematica

Comparison of Four Major Mathematical Software: MATLAB, MathCAD, Maple, and Mathematica

There are four major mathematical software programs that are well-known and popular in the fields of science and engineering: MATLAB, MathCAD, Maple, and Mathematica. Each has its own characteristics depending on different fields or target directions. MATLAB System MATLAB originally stands for Matrix Laboratory. It was developed in the 1970s to provide an interface for … Read more

Introduction to MATLAB Basics (3)

Introduction to MATLAB Basics (3)

5 Command History Window The MATLAB command line window provides a very user-friendly interactive feature, allowing users to think and verify in this environment. After completing the design, users can extract verified commands again through MATLAB’s history function. This ability to record commands is accomplished using the corresponding commands in MATLAB’s Command History window. In … Read more

Unexpected Ways to Open MATLAB

Unexpected Ways to Open MATLAB

Unexpected Ways to Open MATLAB · From October 29 to 31, 2019, the Information Construction Management Service Center of Nanjing University will invite the MATLAB team to bring a series of special lectures to the faculty and students. What is MATLAB? What can MATLAB be used for? Let this article tell you! MATLAB, short for … Read more

Introduction to Matlab

Introduction to Matlab

Click the above“blue text” to follow us! Ordinary differential equations are relationships composed of independent variables, unknown functions, and derivatives (or differentials) of functions, closely related to physics, astronomy, and the rapidly evolving fields of science and technology. Newton used differential equations as a tool while studying celestial mechanics and classical mechanics, theoretically deriving the … Read more