genbh92lobe.m File Reference

Go to the source code of this file.

Functions

 y (find(y~=y))
 

Variables

function y
 
 f = x*pi*2/N
 
frequency sampling df = 2*pi/N
 
initialize window consts = [.35875, .48829, .14128, .01168]
 
window constants for m
 

Function Documentation

y ( find(y~=y)  )

Variable Documentation

initialize window consts = [.35875, .48829, .14128, .01168]

Definition at line 8 of file genbh92lobe.m.

frequency sampling df = 2*pi/N

Definition at line 6 of file genbh92lobe.m.

f = x*pi*2/N

Definition at line 5 of file genbh92lobe.m.

Initial value:
=0:3
y = y + consts(m+1)/2*(D(f-df*m,N)+D(f+df*m,N))
frequency sampling df
Definition: genbh92lobe.m:6
initialize window consts
Definition: genbh92lobe.m:8
D(D(float, sse)
#define N
Definition: vf_pp7.c:200
f
Definition: genbh92lobe.m:5
function y
Definition: genbh92lobe.m:1
window constants for m
Definition: genbh92lobe.m:9

Definition at line 9 of file genbh92lobe.m.

normalize end function y
Initial value:
= genbh92lobe(x)
% Calculate transform of the Blackman-Harris 92dB window
% x: bin positions to compute (real values)
Discrete Time axis x
overlapping window(triangular window to avoid too much overlapping) ovidx
these buffered frames must be flushed immediately if a new input produces new the filter must not call request_frame to get more It must just process the frame or queue it The task of requesting more frames is left to the filter s request_frame method or the application If a filter has several the filter must be ready for frames arriving randomly on any input any filter with several inputs will most likely require some kind of queuing mechanism It is perfectly acceptable to have a limited queue and to drop frames when the inputs are too unbalanced request_frame This method is called when a frame is wanted on an output For an it should directly call filter_frame on the corresponding output For a if there are queued frames already one of these frames should be pushed If the filter should request a frame on one of its repeatedly until at least one frame has been pushed Return values

Definition at line 1 of file genbh92lobe.m.