Apple Watch 体能训练分类是不是毫无意义? - V2EX
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
document.addEventListener('DOMContentLoaded', function() { // Function to escape HTML entities function escapeHtml(text) { if (!text) return ''; var div = document.createElement('div'); div.textCOntent= text; return div.innerHTML; } // Function to render campaign based on display format function renderCampaign(campaign) { let html = ''; let displayFormat = campaign.display_format || 'text-only'; let title = escapeHtml(campaign.title); let description = escapeHtml(campaign.description); let callToAction = escapeHtml(campaign.call_to_action); let link = escapeHtml(campaign.link); // Check if required image URL is available for the display format, fallback to text-only if not if (displayFormat === 'small-with-description' && !campaign.img_small_url) { displayFormat = 'text-only'; } else if (displayFormat === 'banner-only' && !campaign.img_banner_url) { displayFormat = 'text-only'; } else if ((displayFormat === 'big-only' || displayFormat === 'big-with-description' || displayFormat === 'big-with-title-description-button') && !campaign.img_big_url) { displayFormat = 'text-only'; } html = `
${title}
`; switch(displayFormat) { case 'text-only': html += `
${description}
`; break; case 'small-with-description': html += `
${campaign.img_small_cid ? `
` : ''}
${description}
`; break; case 'banner-only': html += `
`; break; case 'big-only': html += `
`; break; case 'big-with-description': html += `
`; html += `
${description}
`; break; case 'big-with-title-description-button': html += `
`; html += `
${description}
`; html += ``; break; default: html += `
${description}
`; } html += `` return html; } // Load campaign from emitter var xhr = new XMLHttpRequest(); xhr.open('GET', '/pro/emitter', true); xhr.setRequestHeader('Content-Type', 'application/json'); xhr.Onreadystatechange= function() { if (xhr.readyState === 4) { if (xhr.status === 200) { try { var campaign = JSON.parse(xhr.responseText); if (campaign && campaign.id) { var html = renderCampaign(campaign); document.getElementById('pro-campaign-container').innerHTML = html; } else { // No campaign to display, hide the container document.getElementById('pro-campaign-container').style.display = 'none'; } } catch (e) { // Parse error, hide the container document.getElementById('pro-campaign-container').style.display = 'none'; console.log('Error parsing campaign data: ' + e.message); } } else { // HTTP error, hide the container document.getElementById('pro-campaign-container').style.display = 'none'; console.log('Error loading campaign: HTTP ' + xhr.status); } } }; xhr.send(); });
CNN
V2EX    WATCH

Apple Watch 体能训练分类是不是毫无意义?

  •  
  •   CNN 2023-07-20 09:40:16 +08:00 via iPhone 2684 次点击
    这是一个创建于 819 天前的主题,其中的信息可能已经有所发展或是发生改变。
    健身选择不同运动,每分钟消耗大概都是 5 千卡,这样还搞分类是不是没实际意义,仅仅是销售口号?
    11 条回复    2023-07-25 09:21:33 +08:00
    RpSTh1mnH7i798Nf
        1
    RpSTh1mnH7i798Nf  
       2023-07-20 09:48:40 +08:00
    感觉不是
    波比跳我选 HIIT 一组 20 最高心率 178 休息到 150 继续 半小时是 350 千卡
    上周试了下户外单车 13 分钟 最高心率 172 59 千卡
    RpSTh1mnH7i798Nf
        2
    RpSTh1mnH7i798Nf  
       2023-07-20 09:53:47 +08:00

    RpSTh1mnH7i798Nf
        3
    RpSTh1mnH7i798Nf  
       2023-07-20 09:55:23 +08:00
    如图,即使心率差不多,不同运动的算法应该是不一样的
    lqy2575395
        4
    lqy2575395  
       2023-07-20 09:56:35 +08:00
    不可能,我踢球半小时就 1000 多卡了
    xenme
        5
    xenme  
       2023-07-20 09:58:09 +08:00 via iPhone
    明确不是,刚试验,周二周三两天 outdoor walk 5km ,周二跑居多,周三基本走,最后跑了几步,还多记录了 100m ,结果周二比周三多 40cal 。跑步 aw 可以记录步幅、心率还有离地时间好像,所以不是简单的时间和长度。
    muntoya
        6
    muntoya  
       2023-07-20 10:00:31 +08:00
    分类是为了浏览记录时方便,像 strava 之类的平台都是有运动类型。另外一点重要的是每个类型在运动中显示的数据可能不一样,比如徒步和跑步看起来一样,但是海拔和上升在跑步中用处很小。
    至于热量都是靠心率和体重算出来的,和运动类型无关,一般运动爱好者不会关心消耗。
    erwin985211
        7
    erwin985211  
       2023-07-20 10:45:06 +08:00
    它的热量绝不单纯参考心率。最典型的就是 1 楼的骑行和跑步 一样的心率能差一倍。你可以试试椭圆机和划船机 一样的心率热量也差很多
    andrianliang
        8
    andrianliang  
       2023-07-20 12:30:01 +08:00 via iPhone
    如果没意义的话一开始就应该支持各种运动,而不是现在一年支持几个新的,之前看官方介绍说会分析不同运动的手势等信息来强化精确度
    aureole999
        9
    aureole999  
       2023-07-20 14:20:28 +08:00
    有一些运动有单独的算法,比如跑步。官方都有说明。其它的运动就是用动作传感器和心率估算。
    https://support.apple.com/zh-cn/HT207934
    Mithril
        10
    Mithril  
       2023-07-20 14:42:24 +08:00
    https://support.apple.com/zh-cn/HT207934

    你可以参考这里的介绍,只有一句话介绍的那种,基本都没什么用。应该就是标准算法。
    julyclyde
        11
    julyclyde  
       2023-07-25 09:21:33 +08:00
    户外那几个会记录路线
    关于     帮助文档     自助推广系统     博客     API     FAQ     Solana     5398 人在线   最高记录 6679       Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 26ms UTC 08:13 PVG 16:13 LAX 01:13 JFK 04:13
    Do have faith in what you're doing.
    ubao msn snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86