-
RamFunction
一个ram例子,可以参考一下,希望能帮到你,请用winrar解压缩打开。(A ram example, you can refer to, I hope you can help, please use winrar to decompress opened.)
- 2013-11-13 13:44:13下载
- 积分:1
-
gauss
应用Visual C++ 产生高斯噪声序列,可以加到任何信号上,以便进行其他处理。(Application of Visual C++ generated Gaussian noise sequence, can be added to any signal for other treatments.)
- 2010-07-30 22:00:02下载
- 积分: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
-
SerialComm-VB2008Express
Serial com communication
- 2014-01-21 01:53:16下载
- 积分:1
-
The-nonlinear-least-square-method
c语言非线性最小二乘法的程序,解决非线性最小二乘法问题(The nonlinear least square method)
- 2014-12-10 14:46:46下载
- 积分:1
-
VCMATLABEngine
VC++调用MATLAB Engine。本文档详细介绍了在VC++编程中如何调用MATLAB引擎。(VC++ calling MATLAB Engine. This document details the VC++ programmers how to call the MATLAB engine.)
- 2010-09-03 15:25:06下载
- 积分:1
-
WindowDcDemo
在视图中使用CWindowDC在整个窗口进行绘图,C++精选学习源码,很好的参考资料。(For drawing in the window using CWindowDC in the view, select learning C++ source code, a good reference.)
- 2013-11-27 07:37:26下载
- 积分:1
-
22.gz
用 MATLAB 软件
实现了 GM(1 ,1) 预测算法并给出了源代码所建立的 GM(1 ,1) 预测效果比较好 ,验证了利用MAT 2
LAB 实现该算法的有效性和程序的正确性 ,进一步展示了MATLAB 软件的功能强大和实用性强的特点.(MATLAB software GM (1, 1) prediction algorithm and give the source code to establish the GM (1, 1) forecast better results, verify the correctness of the MAT 2 LAB effectiveness of the algorithm and program further demonstrate the powerful and practical features of MATLAB software.)
- 2013-04-13 11:43:08下载
- 积分:1
-
MATLAB
Matlab设计实例30例精解,里面有详细的讲解过程和源代码以编程用到的数据(Matlab examples of refined solution design 30 cases, there are detailed to explain the process and source code used to program data)
- 2016-01-10 17:04:05下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1