-
audio-processing-workbench
本作品基于matlab与vc++混合编程的一个语言信号处理平台,实现了matlab与vc++的接口通信,利用matlab强大的语言信号处理能力,再结合c++语言的强大的算法描述能力,两者取长补短,取得了很好的效果(This work is based on the matlab and vc++ mixed programming, a language signal processing platform, the matlab and vc++ interface communication, use of matlab strong language signal processing capabilities, combined with c++ language' s powerful description of the algorithm ability to both learn from each other, made good results)
- 2011-07-26 16:15:51下载
- 积分:1
-
OCR2
this file classify number an alphabet
- 2009-12-05 01:00:35下载
- 积分:1
-
trace_generate
惯性导航研究中的轨迹发生器,用于模拟载体的机动运动(inertial navigation study the trajectory generator to simulate carrier mobile campaign)
- 2006-12-22 10:29:24下载
- 积分:1
-
jisuanqi
由MATLAB编的一个计算器,可以进行一些简单的运算,很实用!!!!(By MATLAB for a calculator, you can conduct some simple arithmetic, it is practical! ! ! !)
- 2009-04-14 21:51:04下载
- 积分:1
-
POCS
matlab应用源程序,只能采集,网络连接(matlab application source code, can collect)
- 2013-11-23 16:19:50下载
- 积分:1
-
VB_ArcObjects(VB)
ArcObjects开发指南,实例的资源文件(ArcObjects development guidelines, examples of resource documents)
- 2007-02-11 09:32:42下载
- 积分:1
-
HYHY
VC++调Matlab的简易程序,调出Matlab的figure图(VC++ tune simple Matlab program, bring up Matlab' s figure diagram)
- 2009-12-14 16:59:51下载
- 积分:1
-
SInAR-0.1.tar
rookit源码
仅供参考学习
- 2010-02-19 00:14:25下载
- 积分:1
-
fsk_demodualtion
课程设计需要运用MATLAB编程实现2ASK,2FSK,2PSK,2DPSK调制解调过程,并且输出其调制后的波形,画出频谱、功率谱密度图,并比较各种调制的误码率情况,讨论其调制效果。(Curriculum design requires the use of MATLAB programming 2ASK 2FSK, 2PSK 2DPSK modulation demodulation process and output modulated waveform, draw the spectrum, power spectrum density map and compare various modulation BER discuss its modulation effect.)
- 2012-11-14 20:03:16下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1