曲线 Resources

Showing items tagged with "曲线"

With 100 data points containing known x, y, and z coordinates, this guide demonstrates how to fit these points into a spatial curve using command-line approaches. Based on the point distribution resembling a helix, we'll derive a mathematical expression to represent the curve, complete with implementation programs and algorithm explanations.

MATLAB 229 views Tagged

A custom MATLAB program that computes linear regression parameters (slope k and intercept b) from given x and y coordinate datasets. The implementation utilizes matrix operations and linear algebra principles for accurate results.

MATLAB 216 views Tagged

"SLM_Papr_V4.m" generates the Complementary Cumulative Distribution Function (CCDF) curve for Peak-to-Average Power Ratio (PAPR) using Selected Mapping (SLM) technique version 4, featuring code implementation for phase sequence generation and OFDM signal processing with PAPR reduction analysis.

MATLAB 252 views Tagged

When certain data points in a curve are excessively large, making VC plots visually unappealing, you can apply reduction techniques while preserving trend information through appropriate algorithms and scaling methods.

MATLAB 193 views Tagged