代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/468536/6992536
dfm unit1.dfm
object Form1: TForm1
Left = 227
Top = 188
BorderStyle = bsNone
Caption = 'Form1'
ClientHeight = 101
ClientWidth = 440
Color = 15584685
Font.Charset = DEFAULT_CHARSET
Font.Co
www.eeworm.com/read/467324/7009749
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ Returns the lowpass equivalent of the signal x.
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[0:ts:ts*(length(x)-1
www.eeworm.com/read/467324/7009793
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ Returns the lowpass equivalent of the signal x.
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[0:ts:ts*(length(x)-1
www.eeworm.com/read/466324/7033730
java exercise14_10.java
// Exercise14_10.java: Repaint part of the viewing area
import javax.swing.*;
import java.awt.*;
import java.util.*;
public class Exercise14_10 extends JApplet {
public void init() {
getContent
www.eeworm.com/read/464942/7063309
cs form1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace myapp
{
p
www.eeworm.com/read/228637/7118272
fre inputsignal.fre
Remark : FFT(inputsignal.tim)
Number of record : 256
Record type number : CREAL128RECT(W)
Signal frequency : 2000 Hz
Sampling rate : 8000 Hz
File format
www.eeworm.com/read/228637/7118278
fre outputsignal.fre
Remark : FFT(outputsignal.tim)
Number of record : 256
Record type number : CREAL128RECT(W)
Signal frequency : 2000 Hz
Sampling rate : 8000 Hz
File format
www.eeworm.com/read/157212/7130160
htm course4.htm
course4
.title_1 { text-align: left; line-height: 100%; color: #000
www.eeworm.com/read/463748/7176091
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ Returns the lowpass equivalent of the signal x.
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[0:ts:ts*(length(x)-1
www.eeworm.com/read/463000/7190768
m girem.m
% Function 4-4
% girem.m
%
% Function to remove guard interval from received signal
%
% Programmed by T.Yamamura and H.Harada
%
function [iout,qout]= girem(idata,qdata,fftlen2,gilen,nd);
%