代码搜索结果
找到约 10,000 项符合
6 的代码
example6_6.m
load cnoislop;
s=cnoislop;
subplot(7,1,1);
plot(s);
Ylabel('s');
title('原始信号和各层近似');
[c,l]=wavedec(s,6,'db3');
for i=1:6
decom=wrcoef('a',c,l,'db3',7-i);
subplot(7,1,i+1);
plot(deco
test6_6.txt
#include
#include
#include
int main(int argc,char *argv[])
{
char symname[ ]={"mysym"};
char buf[80];
if(argc
test6_6.txt
#include
#include
#include
int main(int argc,char *argv[])
{
char symname[ ]={"mysym"};
char buf[80];
if(argc
myprog6_6.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\myprog6_6\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Comp
main6_6.asm
;*************************************************************************
;文件名: main6_6.asm
;日期: 2006年12月3日
;公司(作者):
;描述和说明: Flashing the XF LED on and off
;*************************
chapter6_6.m
%PID Controller
clear all;
close all;
ts=0.001;
sys=tf(5.235e005,[1,86.35,1.047e004,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0.0;u_2=0.0;u_3=0.0;
r_1=rand;
y_1=0;y_2=0;y
chap6_6.htm
小 结