代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/186842/8902248
tcl tb_ask_moden.tcl
puts "############################################################################################"
puts "# "
puts "# DSP Builder (Version 6.0)"
puts "# Quartus II development tool and MATLAB/Simul
www.eeworm.com/read/186842/8902283
vhd tb_ask_moden.vhd
--------------------------------------------------------------------------------------------
--
-- DSP Builder (Version 6.0, Internal Build 180)
-- Quartus II development tool and MATLAB/Simulink
www.eeworm.com/read/186842/8902412
vhd ask_moden.vhd
--------------------------------------------------------------------------------------------
--
-- DSP Builder (Version 6.0, Internal Build 180)
-- Quartus II development tool and MATLAB/Simulink
www.eeworm.com/read/186779/8910753
-
功能: 功率谱分析
算法参考文献:黄嘉佑,《气象时间序列分析》(书名我已忘记了,大概是这个,不过作者肯定没有错,呵呵)
使用时,数据存储到一文本文件中(只能是ascii文本),存储格式为一列,可以从EXCEL中直接粘贴到文本文件中。
运行spectrum.exe,输入文件名,输入标准谱值信度(如0.05(相当于95%值信区间),0.01(相当于99%置信区间)等),输入序列数据长度,输入计算 ...
www.eeworm.com/read/383928/8910865
dat bookinfo.dat
[General Information]
书名=MATLAB语言与控制系统仿真
作者=
页数=324
SS号=0
出版日期=
www.eeworm.com/read/284604/8914003
m exa110701_pwelch.m
%-------------------------------------------------------------------------
% exa1100701_pwelch.m, for example 11.7.1 and fig. 11.5.1(d)
% to estimate the PSD of x(n) by Welch average;
%------------
www.eeworm.com/read/284604/8914114
m exa090804_svd.m
%-----------------------------------------------------------------------
% exa090804_svd.m, for example 9.8.4
% to test svd.m;
% 在MATLAB6.1 和 MATLAB5.3下运行该程序,所得到的 U,V矩阵稍有不同,
% 但奇异值是一样的
%---------
www.eeworm.com/read/383744/8922020
m zy62.m
%《MATLAB在电子信息课程中的应用》第六章例6.1程序q601
% 连续信号的MATLAB表述
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, t0=0;tf=5;dt=0.05;t1=1; t=[t0:dt:tf];
% (1)单位脉冲信号,
% 在t1(t0≤t1≤tf)处有一持续时间为dt,面积为1的脉冲信号,其余时间均为零。
t
www.eeworm.com/read/383744/8922189
m q253.m
%《MATLAB在电子信息课程中的应用》第二章第五节演示程序三q253
% 动画
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
echo on,clf,axis equal, % 因为产生的图形是圆形,故把坐标设成相等比例
M = moviein(16); % 为变量M预留16幅图的存储空间
for j=1:16 % 作16次循环
plot(fft
www.eeworm.com/read/427517/8937962
m afd.m
% script to begin AFD
% turn off warnings that may occur if filenames are of mixed case
warning off MATLAB:dispatcher:InexactMatch
GuiSpecifyFilter