view aim-mat/modules/bmm/pzfc/PZFC_Small_Signal_Params.m @ 4:537f939baef0 tip

various bug fixes and changed copyright message
author Stefan Bleeck <bleeck@gmail.com>
date Tue, 16 Aug 2011 14:37:17 +0100
parents 74dedb26614d
children
line wrap: on
line source
function [b1, b2, c, n1, n2, frat] = PZFC_Small_Signal_Params(Fc, ValParam)
% function [b1, b2, c, n1, n2, frat] = PZFC_Small_Signal_Params(Fc, ValParam)
%
% get all the PZFC parameters, including b2 in the small-signal limit

[b1, B2, B21, c, n1, n2, frat, P0] = PZFC_Params(Fc, ValParam);

% The P0 is the noise floor that sets the small-signal limit of b2

b2 = PZFC_b2(B2, B21, P0, n2);