ad9361_set_rx_fir_en_dis(ad9361_phy, 0); //set sample rate //ad9361_set_tx_sampling_freq(ad9361_phy, 10000000); //ad9361_set_rx_sampling_freq(ad9361_phy, 10000000); //set lo //ad9361_set_tx_lo_freq(ad9361_phy, 2400e6); //ad9361_set_rx_lo_freq(ad9361_phy, 2400e6); ...
* Set the RX LO frequency. * @param phy The AD9361 current state structure. * @param lo_freq_hz The desired frequency (Hz). * Example: * 2400000000 (2.4 GHz) * @return 0 in case of success, negative error code otherwise. * * Note: This function will/may affect the data path. ...
* @brief Sets the RX LO frequency [MHz]. * * @return None. ***/voidset_rx_lo_freq(double* param,charparam_no)//"rx_lo_freq=" command{ uint64_t lo_freq_hz;if(param_no >=1) { lo_freq_hz= param[0]; lo_freq_hz*=1000000; ad9361_set_rx_lo_freq(ad9361_phy, lo_freq_hz...
AD9361校准问题 对于AD9361,初始化的本振频率为1030MHz,后来通过ad9361_set_tx_lo_freq函数改为108MHz之后,输出波形不是正弦波了,功率偏低至-15.3dBm,再改成320MHz之后,输出为正弦波,功率为-8.9dBm,这是什么原因啊? hrt666 2019-01-21 12:27:31 ...
对于AD9361,初始化的本振频率为1030MHz,后来通过ad9361_set_tx_lo_freq函数改为108MHz之后,输出波形...
int32_t ad9361_set_rx_lo_freq (struct ad9361_rf_phy *phy, uint64_t lo_freq_hz) Sets the LO frequency. Receives as parameters a structure that contains the AD9361 current state and the desired LO frequency in Hz. Returns 0 in case of success, negative error code otherwise. int32_t...
1.4 * BBBW * 2π Desired _ f RXTuneCLK ln(2) To generate this RXTuneCLK, the BBPLL is divided down using a divide by 1 to 511 divider dedicated to the RX tuner block. Before starting the RX baseband filter tune, set this divider value using the following equation. BBPLL _ Freq RX...
set cal count to 1024 for max accuracy12'd18 :cmd_data={1'b1,10'h04E,8'h10};//Set calibration clock to REFCLK/4 for more accuracy12'd19 :cmd_data={1'b1,10'h043,8'h8A};//BBPLL Freq Word (Fractional[7:0])12'd20 :cmd_data={1'b1,10'h042,8'h9D};//BBPLL Freq Word (...
//*** SPIWrite 261,00 // Set Rx LO Power mode SPI 2A1,00 // Set Tx Power mode SPIWrite 248,0B // Enable Rx VCO LDO SPIWrite 2880B // Enable Tx VCO LDO SPIWrite246,02 // Set VCO Power down TCF bits SPIWrite ,02 // Set VCO Power down TCF bits SPIWrite ...
对于AD9361,初始化的本振频率为1030MHz,后来通过ad9361_set_tx_lo_freq函数改为108MHz之后,输出波形不是正弦波了,功率偏低至-15.3dBm,再改成320MHz之后,输出为正弦波,功率为-8.9dBm,这是什么原因啊? hrt666 2019-01-21 12:27:31 请问AD9361是通过什么软件配置的? 各位大神你们好,我现在在配置AD9361,之...