代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/264046/11331780
m captdemo.m
function captdems
% CAPTDEMO Captain Toolbox demonstrations
%
% Type 'captdemo' at the command line to browse available demos
% Copyright (c) 2006 by CRES, Lancaster University, United Kingdom
www.eeworm.com/read/263879/11338227
m rand.m
%R=rand(m,n) 生成(0,1)上均匀分布的m行n列随机矩阵
%RAND Uniformly distributed random numbers.
% RAND(N) is an N-by-N matrix with random entries, chosen from
% a uniform distribution on the interval (0.0,1.0
www.eeworm.com/read/409142/11345093
c simpleeng.c
/*necessory header file*/
#include "engine.h"
#include "stdio.h"
#include "conio.h"
#define BUFFERLEN 256
/*main function*/
void main()
{
Engine *ep;
char cmd[BUFFERLEN];
int i=0
www.eeworm.com/read/409085/11358761
readme
-----------------------------------------
--- MATLAB/OCTAVE interface of LIBSVM ---
-----------------------------------------
Table of Contents
=================
- Introduction
- Installation
- Usag
www.eeworm.com/read/263248/11369924
m hc721.m
%《数字信号处理教程——MATLAB释义与实现》第七章例7.2.1程序hc721
% 幅频特性与符幅特性的区别
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
clear
b=[-1,2,4,2,-1];a=1; % 给定滤波器系数向量
[H,w]=freqz(b,a); % 求频率特性
subplot(2,2,1),p
www.eeworm.com/read/263248/11369995
m myditfft.m
function y=myditfft(x)
%《数字信号处理教程——MATLAB释义与实现》
% 用MATLAB语言编写的基2 DIT FFT子程序
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% y=myditfft(x)
% ------------------------------------------------------------
% 本程序对输入序
www.eeworm.com/read/263248/11370071
m fgp832.m
%《数字信号处理教程——MATLAB释义与实现》第八章图8.3.2生成程序fgp832
% s平面到z平面的指数变换映射
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
a=[-2:0.1:0]; % 设定实部分度
b=[-3:0.2:3]; % 设定虚部分度
[X,Y]=meshgrid(a,b); %
www.eeworm.com/read/407662/11412455
txt readme.txt
Two kinds of simulation are available, by simulated channel only within MATLAB or by real channel with hardware.
Open chain.m and set parameters. set real_ch to 0 if you only want to simulated with
www.eeworm.com/read/407420/11419798
m barplot.m
% Copyright (c) 2007 the authors listed at the following URL, and/or
% the authors of referenced articles or incorporated external code:
% http://en.literateprograms.org/MATLAB_Financial_Toolbox?actio
www.eeworm.com/read/407159/11427216
dat bookinfo.dat
[General Information]
书名=MATLAB通信仿真及应用实例详解
作者=
页数=415
SS号=0
出版日期=