代码搜索:Fir 开发教程
找到约 10,000 项符合「Fir 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/462671/7198353
out fir.out
www.eeworm.com/read/462671/7198354
obj fir.obj
www.eeworm.com/read/462671/7198355
c fir.c
/////////////////////////////////////////////////
// Example For ICETEK-VC5416-EDU //
// CTR Version : V4 //
// Filename: Fir.c
www.eeworm.com/read/462503/7200871
m fir.m
f11=50; %/Hz
f12=350; %/Hz
fs=1000; %/采样Hz
N=100 %数据个数
T=1/fs; %采样周期
n=0:N;
x11=sin(2*pi*f11*n*T);
x12=0.7*sin(2*pi*f12*n*T);
x_base=(x11+x12);
%待滤波信号波形
figure(1)
plot(x_
www.eeworm.com/read/462503/7200872
cmd fir.cmd
MEMORY
{
PAGE 0:
ROM: org=0x2000, len=0x0f00
VEC: org=0xff80, len=0x0080
PAGE 1:
SPRAM: org=0x0060, len=0x0020
DARAM: org=0x0100, len=0x2000
}
SECTIONS
{
.text :> ROM PAGE 0
www.eeworm.com/read/462503/7200873
asm fir.asm
.title "fir.asm"
.mmregs
.global _c_int00
;PA0 .set 0 ;write data port
;PA1 .set 1 ;read data port
size .set 17
x_new .usect "NewData", 16
x_old .usect "OldData", 16
input .usect "
www.eeworm.com/read/461262/7230917
v fir.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 16:53:06 09/12/2007
// Design Name:
/
www.eeworm.com/read/460609/7245690
txt fir.txt
#include
#include
#define L 200
#define M 100
#define pi 3.1415926
using namespace std;
double fs;
double filter(int l) //海明窗滤波器
{
double w,h;
w=(0.54-0.46*cos(2*pi
www.eeworm.com/read/459928/7261870
asm fir.asm
;***********************************************************
; Version 2.20.01
;***********************************************************
;*************
www.eeworm.com/read/459928/7261956
cmd fir.cmd
/*************************************************************************/
/* This is the Linker Command File for the TMS320C541 */
/**********************************************************