代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/404910/11476176
m matlab_singsing.m
%本程序作用:
%在简谱序列确定情况下,拟合电子音乐
%简谱频率对照表,可由相关资料查得
%然后找到简谱对应的频率F
%各个音符在时间轴上的位置,既是相移Phy
%波形函数采用正弦震荡,
%起振用一个阶跃函数,衰减采用指数衰减
%输出波形,播放声音,并写入wav文件
clear
%简谱表
%----1---2---3---4---5---6---7----
fl=[262 2 ...
www.eeworm.com/read/403834/11508932
doc matlab命令大全.doc
www.eeworm.com/read/403782/11509274
pdf matlab7.pdf
www.eeworm.com/read/403503/11515268
txt matlab小技巧.txt
1109 How Do I Vectorize My Code?
Revision 1.0
This technical note provides an introduction to vectorization
techniques. In order to understand some of the tricks available, an
introduction to M
www.eeworm.com/read/403347/11518726
fig matlab_market.fig
www.eeworm.com/read/401294/11559740
pdf matlab函数参考.pdf
www.eeworm.com/read/348460/11593151
txt matlab_clock.txt
close all
hfig=figure('visible','off');
set(hfig,'NumberTitle','off');
set(hfig,'name','My Clock');
set(hfig,'MenuBar','none');
set(hfig,'color',[0.5 0.7 0.3]);
set(hfig,'visible','on');
A=lins
www.eeworm.com/read/262302/11593468
pdf matlab官方培训.pdf
www.eeworm.com/read/262289/11594174
doc matlab小问题.doc
www.eeworm.com/read/348202/11606630