随笔分类 -  matlab

XX
摘要:% 清除工作区变量、关闭所有图形窗口、清空命令行 clear; close all; clc; %% 参数设置 Fs = 3200; % 采样频率 3200 Hz N = 10000; % 数据点总数 10000 t = (0:N-1)/Fs; % 时间向量(用于生成示例信号) %% 生成示例信号( 阅读全文
posted @ 2025-02-20 09:16 wenluderen 阅读(6) 评论(0) 推荐(0) 编辑
摘要:1)在matlab 里面 ,编写一个程序, 并且发布, 这个网上 有大量 准确 完整的教程,此处不在赘述 2)假设matlab里面的代码是: function [outputArg1,outputArg2] = gsz_fuction_1(inputArg1,inputArg2) %GSZ_FUCT 阅读全文
posted @ 2025-02-20 09:09 wenluderen 阅读(2) 评论(0) 推荐(0) 编辑
摘要:plot 函数的常见使用方式 曲线样式的调整,颜色,等 阅读全文
posted @ 2024-11-25 13:46 wenluderen 阅读(11) 评论(1) 推荐(0) 编辑
摘要:profile onqiu_ji_fenprofile viewer 阅读全文
posted @ 2024-11-25 11:58 wenluderen 阅读(6) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示