-
xiaobo
matlab小波表波变换程序,可以直接读取txt文件中的波形,然后直接显示(Table matlab wavelet transform program, you can directly read waveform txt file, and then displayed directly)
- 2010-08-21 15:55:58下载
- 积分:1
-
WaveletandMatlab7
详细的介绍了小波信号处理的原理、方法和Matlab实现程序。(Detailed introduces wavelets signal processing principle, method and Matlab program)
- 2009-12-28 17:14:24下载
- 积分:1
-
60-small-Matlab-code
自学Matlab必备的60个小程序代码,学习这些可以让你更快的学会编程。(60 small programs necessary by self-Matlab code, learning allows you to learn faster programming.)
- 2013-04-27 10:06:50下载
- 积分:1
-
APjulei
可以实现对Excel中数据的读取和聚类,并输出聚类结果(It can read and cluster data in Excel and output clustering results.)
- 2019-05-29 14:57:13下载
- 积分:1
-
MedicalImageSegmentation
医学图像分割的实验报告(包含源程序),主要内容包括:不同算子(Sobel、Prewitt、Roberts、Laplacian)的边缘提取效果分析;阈值分割;以及watershed方法的分割讨论。(The implementation and discussion for fundamental medical image segmentation algorithms, including edge extracting algorithm, thresholding methods and watershed method.)
- 2010-07-03 23:50:53下载
- 积分:1
-
F_computation_v1
计算机视觉中的多视几何介绍的基础矩阵的matlab快速求解实现( fundamental matrix)
- 2010-05-22 15:01:48下载
- 积分:1
-
capacity
信息论中计算信道容量的matlab编程代码,经测试可用。(Information theory to calculate the channel capacity matlab programming code, have been tested.)
- 2013-12-20 20:35:06下载
- 积分:1
-
ofdm_simulation_primary
在OFDM仿真模型的基础上用MATLAB语言编写出OFDM发送、信道及接收整个系统,在系统仿真正确的前提下,对循环前缀、信道估计等性能改善方法进行进一步仿真验证
(In OFDM simulation model based on the use of MATLAB language to send the OFDM, channel and receive the entire system, in the system under the premise of the correct simulation of the cyclic prefix, channel estimation methods for further performance improvement simulation)
- 2008-05-05 16:03:00下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1
-
QuantumandQuantumEvolutionaryAlgorithm
关于量子和量子群优化算法求解NP问题的论文,其中还包括一篇介绍详细的硕士论文,全中文,对于初学者很有帮助。(On the Quantum and Quantum Swarm Optimization for NP issues papers, including a detailed introduction of the master)
- 2008-08-11 14:47:11下载
- 积分:1