-
060407
基于DDE技术的MATLAB与WinCC通信设计(DDE technology based on MATLAB and WinCC Communication Design)
- 2008-02-01 10:09:35下载
- 积分:1
-
MATlAB
说明: 应用MATlAB语言处理数字信号与数字图像(Application MATlAB language processing digital signals and digital images)
- 2010-04-25 21:07:24下载
- 积分:1
-
AudioInpaintingToolbox_2
Audio Inpainting Toolbox
By
Valentin Emiya, INRIA, France
Amir Adler, The Technion, Israel
Maria Jafari, Queen Mary University of London, UK
Contact: valentin.emiya@inria.fr
-------------------------------------------------
Requirements
The code has been developped in Matlab (R2010a).
The CVX toolbox is required by solvers.
Installation
Just unpack the archive and ensure that you have CVX installed
- 2013-03-14 02:25:08下载
- 积分:1
-
niefiu
利用matlab写成的窄带噪声发生,高斯白噪声的生成程序,构成不同频率的调制信号。( Using matlab written narrowband noise occurs, Gaussian white noise generator, Constituting the modulated signals of different frequencies.)
- 2021-04-23 09:48:48下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1
-
hgs
清华大学胡广书教授的《现代数字信号处理教程》的源程序。学信号处理或通信专业的都知道,胡广书教授在业界是赫赫有名的,读他的书,再读这些程序,你能深刻理解现代信号处理的精华,并会应用。(Tsinghua University Professor Hu Guangshu the modern digital signal processing tutorial, the source. Learning signal processing or communications professionals are aware, Professor Hu Guangshu is known in the industry, reading his books, read these procedures, you can deeply understand the essence of modern signal processing and application.)
- 2007-12-12 21:44:11下载
- 积分:1
-
complexFIR
说明: 复系数FIR滤波器,基带信号滤波,任意频率响应(complex FIR filter)
- 2011-04-07 10:21:52下载
- 积分:1
-
PSOtool
说明: pso算法的matlab实现中有很多共同点,该工具箱对一些共性建立函数,以后可以直接调用(The Tool Box)
- 2011-04-14 22:31:05下载
- 积分:1
-
changed-BIHT-l1-2
BIHT中的观测矩阵的另一种改进,实验结果证明,效果更明显(another change of BIHT,perfom very good)
- 2012-03-29 20:14:01下载
- 积分:1
-
RM_code
1、本程序用于仿真里德-穆勒(Reed-Muller)码在AWGN信道中的性能,调制采用bpsk
2、理论请参见《差错控制编码》(第二版),Shu Lin(美)编,晏坚等(译)一书P70-75.且仿真结果与书中图4-2完全一致
3、BPSK_AWGN_RM_Code.m为主程序,点击运行即可
4、The_creation_of_RM_code.m和RM_Decode.m分别为RM码的编、译码程序,而Majority_logic_decision.m用于译码中的大数判决,combine_dunction.m用于计算组合数。(1, the procedure for the simulation Reed- Muller (Reed-Muller) codes in AWGN channel performance, modulation using bpsk 2, theory, see " Error Control Coding" (second edition), Shu Lin (America) series , Yan Jian, etc. (translated) book P70-75., and the simulation results consistent with the book Figure 4-2 3, BPSK_AWGN_RM_Code.m-based program, click Run to 4, The_creation_of_RM_code.m and RM_Decode.m were RM compiled code decoding process, and in large numbers for decoding Majority_logic_decision.m judgment, combine_dunction.m used to calculate the number of combinations.)
- 2013-12-09 20:45:48下载
- 积分:1