搜索资源列表
PinYuRongCha
- DSP课程例程: ① 为频率特性加频域容差图; ② 在对数幅频特性上加要求的指标标识; ③ 量化子程序的调用。
turbo
- 使用MATLAB完成turbo码的编码,在给定生成多项式交织映射表和删余选择的情况下进行TURBO的编码。主程序为encederm.m,调用子程序rsc_encede.m和encode_bit.m
mxuliem序列
- m序列子程序,可以作为一个被调用的函数
recursion
- 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。 递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。-Recursion, is a function to achieve a very important part of many programs
m
- m序列Matlab程序,一个主程序,一个调用子程序-m sequence of Matlab program, a main program, a subroutine call
opc_DEMO
- Matlab通过OPC方式与OPC服务器通讯。 1、opc_Comm_demo.m Matlab通过OPC方式与OPC服务器通讯Demo 2、display_opcdata 在opc_Comm_demo.m中调用的子程序-Matlab via OPC and OPC server communication means. 1, opc_Comm_demo.m Matlab via OPC and OPC server communication mode Demo 2, di
dengyi
- CONSX—这是一个主要子程序,调用其它于程序及输出中间结果 * !* CHECK—检查所有的点是否满足约束条件,对违背约束的点进行校正 * !* CENTR—计算中心点 * !* FUNC —目标函数,由用户提供 * - PROGRAM COMPLEX PARAMETER(N=3,M=4,K=6) DIMENSION X(K,M),R(K,N),F(K),G(M),H(M),XC(N) INTEGER GAMMA OPEN(4,FILE= COMPDA
ASKmod
- 在matlab上实现2ASK信号的调制,以及相干解调,并给出调制/解调后的信号波形。主程序名为ASKmod.m,调用子程序为T2F.m、F2T.m、 和LPF.m。-To achieve in matlab 2ASK signal modulation, and coherent demodulation, and given modulation/demodulation of signal waveform. Main program, called ASKmod.m, call subro
chap5_3f
- 很实用的被调用PID子程序,可直接调试运行-Very practical PID subroutine is called, can be directly commissioning
digital-signal-processing
- 《数字信号处理教程——MATLAB释义与实现》的程序集,其中包括三部分。在examples子目录下本书全部例题的完整MATLAB程序;在subrtdsp子目录下是本书中自编的一些子程序,在运行例题程序时需要调用;这两个程序包是在学完本书后,读者能够读懂理解的。-dsk04 is a " digital signal processing tutorial- MATLAB Interpretation and Implementation" of the assembly, wh
Alawcom
- A律压缩器子程序,用于matlab中A律压缩器子程序调用-A-law compression subroutine for A-law compressor routine matlab call
circonv
- 时域序列x 和 h 的N点循环卷积子程序,用于matlab仿真调用-Time domain sequence x and h N-point circular convolution subroutines for the call of matlab simulation
gfft
- Goertzel算法子程序,用于matlab子程序调用-Goertzel algorithm subroutine for matlab subroutine call
bilnrmap
- 模拟域系数双线性变换到数字域的子程序,用于matlab子程序调用-Analog domain coefficients of the bilinear transformation to the digital domain of the subroutines for Matlab subroutine calls
cwscore
- 主成分分析matlab程序,里面包含子程序,运用时直接调用主程序即可,可用于无监督模式学习-Principal component analysis matlab program, which contains a subroutine, the main program can be called directly when applying, can be used for unsupervised learning mode
MATLAB-Fuzzy-logic-toolbox-function
- MATLAB模糊逻辑工具箱函数包括各种网络设计与训练的子程序,网络的设计者可以根据自己的需要去调用工具箱中有关神经网络的设计训练程序。-MATLAB fuzzy logic toolbox function includes a variety of network design and training of a subroutine, network designers can need according to oneself to call about the design of the
CHZHI
- MATLAB数值分析程序,多种算法均有,还有使用例子,均采用子程序调用形式-Numerical analysis program MATLAB, a variety of algorithms are used, and examples, adopts a subroutine call form
bayes1
- 用matlab完成分类器的设计,说明文字程序相应语句,子程序有调用过程-Using matlab complete classifier design, captions program corresponding statement, calling subroutines process
danchunxing
- matlab中单纯形寻优方法的子程序,可以直接用来调用-matlab in the simplex method of optimization routines can be directly used to call
SVM
- 该算法用Visual Studio编写 ,用于实现对样本的训练以及测试,并可以转换成matlab语言,直接调用子程序(The algorithm is written in Visual Studio, which is used to train and test the sample, and can be converted into a matlab language and directly invoked the subroutine.)