资源列表
[matlab例程] segmentation
说明:关于前景背景分离的论文集,内容涵盖了很多方面,从差分,到高斯分布,到codebook-Background on the prospects of separation proceedings, covers many aspects, from the differential to the Gaussian distribution, the codebook, etc.<张北通> 在 2025-12-18 上传 | 大小:14.18mb | 下载:0
[压缩解压] bcl-1.2.0
说明:RLE又叫Run Length Encoding,是一个针对无损压缩的非常简单的算法。它用重复字节和重复的次数来简单描述来代替重复的字节。尽管简单并且对于通常的压缩非常低效,但它有的时候却非常有用(例如,JPEG就使用它)。 RLE可以使用很多不同的方法。基本压缩库中详细实现的方式是非常有效的一个。一个特殊的标记字节用来指示重复节的开始,而不是对于重复非重复节都coding run。因此非重复节可以有任意长度而不被控制字节打断,除非指定的标记字节出现在非重复节(顶多以两个字节来编码)的稀有情况下<choi> 在 2025-12-18 上传 | 大小:103kb | 下载:0
[matlab例程] Distortionless_Data_Hiding
说明:The code implements the following paper: Guorong Xuan, Jiang Zhu, Jidong Chen, Shi Y.Q., Zhicheng Ni, Wei Su, "Distortionless data hiding based on integer wavelet transform" IET Electronics Letters, Volume: 38, Issue 25, page 1646- 1648, Decembe<thinkingbig4> 在 2025-12-18 上传 | 大小:992kb | 下载:0
[matlab例程] 000_Animated_GIF
说明:Copyright (c) 2009, The MathWorks, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source<thinkingbig4> 在 2025-12-18 上传 | 大小:210kb | 下载:0
[数学计算/工程计算] EigenvalueComplexMatrices
说明:两篇关于求复矩阵特征值与特征向量的文献.信号处理的很多领域都需要对矩阵的特征值和特征矢量精确求解,利用它们的结果进行下一步处理。比如,阵列信号处理中MU SIC算法,就是利用噪声子空间特征矢量特性进行估计的方法。-some papers about solving Eigenvalue of a complex matrix.Several kinds of classic algorithms for solving eigenvalues and eigenvectors of the m<Thales> 在 2025-12-18 上传 | 大小:181kb | 下载:0
[matlab例程] bin2hex
说明:function total_length=text_length_num(file_cell) total_length=0 for i=1:length(file_cell) y1=char(file_cell(i)) for j=1:length(y1) if(y1(j)== > ) got=j-3 end end y= for k=1:got y(k)=y1(k) end [a,b,c,d]=filepar<thinkingbig4> 在 2025-12-18 上传 | 大小:1kb | 下载:0
[matlab例程] conversion_gui
说明:function ret = Int2Hex(var) Prints integer array to hexadecimal string varType = class(var) cast signness away: if ( u ~= varType(1) ) varType = [ u varType] var = typecast(var,varType) end nBits = str2double(<thinkingbig4> 在 2025-12-18 上传 | 大小:8kb | 下载:0
[matlab例程] Source-Load-Coupling
说明:含源负载耦合的交叉耦合滤波器综合。其中F_P_E程序是根据零点及回波损耗得到F,P,E. Cal_M是由F,P,E得到耦合矩阵。此程序建议微波滤波器专业人士下载。其他人有兴趣的可以-coupling matrix synthesis techniques for source-load coupled microwave filters<wuguochun> 在 2025-12-18 上传 | 大小:10kb | 下载:0
[matlab例程] watrm
说明:factor of 32, with acceptable quality.What are the principles behind compression?A common characteristic of most images is that the neighboring pixels are correlated and therefore contain redundant information. The foremost task then is to find less<thinkingbig4> 在 2025-12-18 上传 | 大小:944kb | 下载:0
[matlab例程] Dual-bandpass_filter
说明:使用频率变换法设计微波双通带带通滤波器。其中Z_P_Dual是实现有低通原型到双通带的变换。建议下载此程序者先下载本人上传的Source-Load-Coupling.rar,因为部分程序在其中。-DESIGN OF CROSS-COUPLED DUAL-BAND FILTER USING FREQUENCY TRANSFORMATION<wuguochun> 在 2025-12-18 上传 | 大小:2kb | 下载:0
[matlab例程] Aztec_barcode_reader
说明:很好的一个一维条码检测识别源码,作为参考很有用-Very good detection and recognition of a one-dimensional bar code source, as a useful reference<云逸> 在 2025-12-18 上传 | 大小:1.34mb | 下载:0