search for: demod

Displaying 6 results from an estimated 6 matches for "demod".

Did you mean: demo
2010 Oct 14
1
robust standard errors for panel data - corrigendum
...model > femod<-plm(fm, Produc) > ## extract time-demeaned data > demy<-pmodel.response(femod, model="within") demX<-model.matrix(femod, > model="within") ## estimate lm model on demeaned data ## (equivalent > to FE, but makes a 'lm' object) > demod<-lm(demy~demX-1) > library(sandwich) > library(lmtest) > ## apply HAC covariance, e.g., to t-tests coeftest(demod, > vcov=vcovHAC) t test of coefficients: Estimate Std. Error t value Pr(>|t|) demXlog(pcap) -0.0261497 0.0485168 -0.5390 0.59005 demXlog...
2012 Feb 02
9
Modelo senoidal de datos temporales de radiación y prueba de Thom
...s: 1a - La serie que estoy utilizando tiene valores perdidos (ND) y hay varias funciones, como spectrum o lag.plot, que no se pueden utilizar. Yo los he reconvertido a 0, lo que no se si sera la correcto o me puede desvirtuar el modelo. 1b - No soy capaz de encontrar como obtener la gráfica de demodulación compleja, tanto de fase [1] como de amplitud [2], en R. He buscado y lo único que he encontrado es una referencia a la función «demod» en S dentro de un extracto del libro de Venables y Ripley. 1c - ¿Estoy yo muy despistado o el «run-sequence plot» es una gráfica de la función, en este...
2004 Jul 21
1
roblems with Junghanns QuadBri
I installed the QuadBri card in my * server. I'm installing * on a RedHat 9 server I run the install.sh file. So far no problems. If I try to start /sbin/ztcfg -v -c /etc/zaptel.conf I will see the following error: Zaptel Configuration ====================== SPAN 1: CCS/ AMI Build-out: 399-533 feet (DSX-1) SPAN 2: CCS/ AMI Build-out: 399-533 feet (DSX-1) SPAN 3: CCS/ AMI Build-out:
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...ddr, const struct drxj_hi_cmd *cmd, u16 /* No parameters */ break; default: return -EINVAL; - break; } /* Write command */ rc = drxj_dap_write_reg16(dev_addr, SIO_HI_RA_RAM_CMD__A, cmd->cmd, 0); if (rc != 0) { @@ -3592,11 +3591,10 @@ static int ctrl_set_uio_cfg(struct drx_demod_instance *demod, struct drxuio_cfg goto rw_error; } break; default: return -EINVAL; - break; } /* switch ( uio_cfg->mode ) */ break; /*====================================================================*/ case DRX_UIO3: /* DRX_UIO3: GPIO UIO-3 */ @@ -361...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...ddr, const struct drxj_hi_cmd *cmd, u16 /* No parameters */ break; default: return -EINVAL; - break; } /* Write command */ rc = drxj_dap_write_reg16(dev_addr, SIO_HI_RA_RAM_CMD__A, cmd->cmd, 0); if (rc != 0) { @@ -3592,11 +3591,10 @@ static int ctrl_set_uio_cfg(struct drx_demod_instance *demod, struct drxuio_cfg goto rw_error; } break; default: return -EINVAL; - break; } /* switch ( uio_cfg->mode ) */ break; /*====================================================================*/ case DRX_UIO3: /* DRX_UIO3: GPIO UIO-3 */ @@ -361...
2010 Oct 15
0
nomianl response model
...el > femod<-plm(fm, Produc) > ## extract time-demeaned data > demy<-pmodel.response(femod, model="within") > demX<-model.matrix(femod, model="within") > ## estimate lm model on demeaned data > ## (equivalent to FE, but makes a 'lm' object) > demod<-lm(demy~demX-1) > library(sandwich) > library(lmtest) > ## apply HAC covariance, e.g., to t-tests > coeftest(demod, vcov=vcovHAC) t test of coefficients: Estimate Std. Error t value Pr(>|t|) demXlog(pcap) -0.0261497 0.0485168 -0.5390 0.59005 demXlog(...