├── DkalmanUpdate.m ├── LICENSE ├── SecondaryUser.m ├── SecondaryUserFDJointAlloc.m ├── SecondaryUserFDJointAllocVer2.m ├── SecondaryUserOld.m ├── bruteForce.m ├── calculateObjectiveFD.m ├── centralizedAllocation.m ├── chanGainCalc.m ├── channelGainCentral.m ├── compEstimation.m ├── compPrediction.m ├── compReactive.m ├── compReactiveCentral.m ├── feasibilityFD.m ├── functionEval.m ├── gradCalc.m ├── positionGenSUandPU.m ├── simMultiSUunderlay.m ├── simMultiSUunderlayFD.m ├── simParametersAndScript.m ├── simParametersAndScriptFD.m ├── simParametersAndScriptFDMul.m ├── simulationScript.m └── testCVXmonotonicVer2.m /DkalmanUpdate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/DkalmanUpdate.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/LICENSE -------------------------------------------------------------------------------- /SecondaryUser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/SecondaryUser.m -------------------------------------------------------------------------------- /SecondaryUserFDJointAlloc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/SecondaryUserFDJointAlloc.m -------------------------------------------------------------------------------- /SecondaryUserFDJointAllocVer2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/SecondaryUserFDJointAllocVer2.m -------------------------------------------------------------------------------- /SecondaryUserOld.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/SecondaryUserOld.m -------------------------------------------------------------------------------- /bruteForce.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/bruteForce.m -------------------------------------------------------------------------------- /calculateObjectiveFD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/calculateObjectiveFD.m -------------------------------------------------------------------------------- /centralizedAllocation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/centralizedAllocation.m -------------------------------------------------------------------------------- /chanGainCalc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/chanGainCalc.m -------------------------------------------------------------------------------- /channelGainCentral.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/channelGainCentral.m -------------------------------------------------------------------------------- /compEstimation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/compEstimation.m -------------------------------------------------------------------------------- /compPrediction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/compPrediction.m -------------------------------------------------------------------------------- /compReactive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/compReactive.m -------------------------------------------------------------------------------- /compReactiveCentral.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/compReactiveCentral.m -------------------------------------------------------------------------------- /feasibilityFD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/feasibilityFD.m -------------------------------------------------------------------------------- /functionEval.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/functionEval.m -------------------------------------------------------------------------------- /gradCalc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/gradCalc.m -------------------------------------------------------------------------------- /positionGenSUandPU.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/positionGenSUandPU.m -------------------------------------------------------------------------------- /simMultiSUunderlay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/simMultiSUunderlay.m -------------------------------------------------------------------------------- /simMultiSUunderlayFD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/simMultiSUunderlayFD.m -------------------------------------------------------------------------------- /simParametersAndScript.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/simParametersAndScript.m -------------------------------------------------------------------------------- /simParametersAndScriptFD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/simParametersAndScriptFD.m -------------------------------------------------------------------------------- /simParametersAndScriptFDMul.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/simParametersAndScriptFDMul.m -------------------------------------------------------------------------------- /simulationScript.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/simulationScript.m -------------------------------------------------------------------------------- /testCVXmonotonicVer2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chamara84/jointChannelAndPowerAlloFDCR/HEAD/testCVXmonotonicVer2.m --------------------------------------------------------------------------------