代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/101557/15826371
txt readme.txt
为了便于下载,根目录下的 DSP_matlab.zip 是所有文档的压缩文件。 [violence]
====================================================================================
MATLAB files for
www.eeworm.com/read/101557/15826439
m ip_04_04.m
% MATLAB script for Illustrative Problem 4, Chapter 4.
a=[-10,-5,-4,-2,0,1,3,5,10];
for i=1:length(a)-1
y(i)=centroid('normal',a(i),a(i+1),0.001,0,1);
end
www.eeworm.com/read/101557/15826595
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/101557/15827148
htm commhelp.htm
Communications Toolbox Tutorial
Communications Toolbox Tutorial
What Is the Communications Toolbox
The Communications Toolbox is a collection of MATLAB
www.eeworm.com/read/187072/8858709
mk chirp0.mk
# Copyright 1994-2002 The MathWorks, Inc.
#
# File : grt_vc.tmf $Revision: 1.71 $
#
# Abstract:
# Real-Time Workshop template makefile for building a WindowsNT-based
# stand-al
www.eeworm.com/read/187070/8858805
mk chirp0.mk
# Copyright 1994-2002 The MathWorks, Inc.
#
# File : grt_vc.tmf $Revision: 1.71 $
#
# Abstract:
# Real-Time Workshop template makefile for building a WindowsNT-based
# stand-al
www.eeworm.com/read/403805/11509106
mk chirp0.mk
# Copyright 1994-2002 The MathWorks, Inc.
#
# File : grt_vc.tmf $Revision: 1.71 $
#
# Abstract:
# Real-Time Workshop template makefile for building a WindowsNT-based
# stand-al
www.eeworm.com/read/359802/10124668
mk dds.mk
# Copyright 1994-2005 The MathWorks, Inc.
#
# File : accel_lcc.tmf $Revision: 1.19.4.13.2.1 $
#
# Abstract:
# Accelerator template makefile for building a PC-based,
# RTW generated me
www.eeworm.com/read/442433/7652031
mk dds.mk
# Copyright 1994-2005 The MathWorks, Inc.
#
# File : accel_lcc.tmf $Revision: 1.19.4.13.2.1 $
#
# Abstract:
# Accelerator template makefile for building a PC-based,
# RTW generated me
www.eeworm.com/read/484371/6586401
m xil_rgb2ycrcb_post_proc.m
function [vhdl_out_y, vhdl_out_cr, vhdl_out_cb] = Xil_RGB2YCrCb_post_proc(data_out_y, data_out_cr, data_out_cb, v_sync, matlab_y, matlab_cr, matlab_cb)
[ysize,xsize,planes] = size( matlab_y );
d